Skip to content

Commit

Permalink
allow FileInfo for .htaccess mod_rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wiggins authored and Pedro Belo committed Jan 23, 2012
1 parent c4fb392 commit 104941c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ DocumentRoot "/app/www"
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride None
AllowOverride FileInfo

#
# Controls who can get stuff from this server.
Expand Down Expand Up @@ -414,4 +414,4 @@ SSLRandomSeed connect builtin
</IfModule>


PassEnv DATABASE_URL
PassEnv DATABASE_URL

0 comments on commit 104941c

Please sign in to comment.