summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-06-24 21:50:35 -0700
committerBharat Mediratta <bharat@menalto.com>2009-06-24 21:50:35 -0700
commit60442e170ba73641ce5545ca87de794b9fe98132 (patch)
tree85e8f030f403f74cc4bdd0cfeb73a6f31a254457 /.htaccess
parenta5f1ef48498937621cd0ce4d0344650af2c580ec (diff)
Oops, remove my own custom RewriteBase. I can see that this is going
to be a problem with this approach.
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index e55165ff..0a9d6367 100644
--- a/.htaccess
+++ b/.htaccess
@@ -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]