From 60442e170ba73641ce5545ca87de794b9fe98132 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 24 Jun 2009 21:50:35 -0700 Subject: Oops, remove my own custom RewriteBase. I can see that this is going to be a problem with this approach. --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.htaccess') 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. RewriteEngine On - RewriteBase /~bharat/gallery3/ + RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php?kohana_uri=$1 [QSA,PT,L] -- cgit v1.2.3