Skip to content

Commit

Permalink
Changed RewriteBase to root to simulate the cakephp default configura…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
joni committed Oct 17, 2010
1 parent 2caefa5 commit 2e56fdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .htaccess
@@ -1,6 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /cakebb
RewriteBase /
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
</IfModule>
2 changes: 1 addition & 1 deletion app/webroot/.htaccess
@@ -1,6 +1,6 @@
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /cakebb
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
Expand Down

0 comments on commit 2e56fdb

Please sign in to comment.