From: Penny Leach Date: Wed, 31 May 2006 06:48:42 +0000 (+1200) Subject: fixing up htaccess template to not rewrite stats ever X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9fd3cf60b4c7bd061034c7aa21c1c58e2f595d9e;p=s9y.git fixing up htaccess template to not rewrite stats ever --- diff --git a/include/tpl/htaccess_rewrite.tpl b/include/tpl/htaccess_rewrite.tpl index 858df58..27b259e 100644 --- a/include/tpl/htaccess_rewrite.tpl +++ b/include/tpl/htaccess_rewrite.tpl @@ -6,6 +6,7 @@ php_value register_globals off RewriteEngine On RewriteBase {PREFIX} +RewriteRule ^stats/.*$ - [L] RewriteRule ^({PAT_PERMALINK}) {indexFile}?/$1 [NC,L,QSA] RewriteRule ^({PAT_PERMALINK_AUTHORS}) {indexFile}?/$1 [NC,L,QSA] RewriteRule ^({PAT_PERMALINK_FEEDCATEGORIES}) {indexFile}?/$1 [NC,L,QSA]