Skip to content

Commit

Permalink
Fixing htaccess file to not use GET params anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Feb 20, 2011
1 parent 23bacfc commit 2190596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/templates/skel/webroot/.htaccess
Expand Up @@ -2,5 +2,5 @@
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
RewriteRule ^(.*)$ index.php/$1 [QSA,L]
</IfModule>

0 comments on commit 2190596

Please sign in to comment.