diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-06-24 21:50:35 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-06-24 21:50:35 -0700 |
commit | 60442e170ba73641ce5545ca87de794b9fe98132 (patch) | |
tree | 85e8f030f403f74cc4bdd0cfeb73a6f31a254457 | |
parent | a5f1ef48498937621cd0ce4d0344650af2c580ec (diff) |
Oops, remove my own custom RewriteBase. I can see that this is going
to be a problem with this approach.
-rw-r--r-- | .htaccess | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ # Then just use your Gallery 3 without the index.php in the url. <IfModule mod_rewrite.c> RewriteEngine On - RewriteBase /~bharat/gallery3/ + RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L] |