summaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
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]