Skip to content

Commit

Permalink
Promoting REQUEST_URI default usage for Apache.
Browse files Browse the repository at this point in the history
  • Loading branch information
greut committed Feb 21, 2012
1 parent c071801 commit 325bf42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/webroot/.htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !favicon.ico$
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
RewriteRule ^ index.php [QSA,L]
</IfModule>

0 comments on commit 325bf42

Please sign in to comment.