From fc49861fcbae496c89660e0b8a736d674326fae9 Mon Sep 17 00:00:00 2001 From: shish Date: Thu, 17 May 2007 14:37:24 +0000 Subject: [PATCH] make rewrite conditional on the module being loaded git-svn-id: file:///home/shish/svn/shimmie2/trunk@115 7f39781d-f577-437e-ae19-be835c7a54ca --- .htaccess | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index cf377cec..7aedaffe 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,4 @@ + RewriteEngine on # rather than link to images/ha/hash and have an ugly filename, @@ -9,4 +10,4 @@ RewriteRule ^_thumbs/([0-9a-f]{2})([0-9a-f]{30})/.*\.jpg$ thumbs/$1/$1$2 [L] # any requests for files which don't physically exist should be handled by index.php RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php?q=$1&%{QUERY_STRING} [L] - +