]> git.mjollnir.org Git - s9y.git/commitdiff
fixing up htaccess template to not rewrite stats ever
authorPenny Leach <mjollnir@titania.local>
Wed, 31 May 2006 06:48:42 +0000 (18:48 +1200)
committerPenny Leach <mjollnir@titania.local>
Wed, 31 May 2006 06:48:42 +0000 (18:48 +1200)
include/tpl/htaccess_rewrite.tpl

index dd4d4926a1cb91b81c9be35ff0f51550b8fabec9..827fc733efbb5d9cf49e803def26f4692f5e4cf7 100644 (file)
@@ -7,6 +7,7 @@ ErrorDocument 403 {PREFIX}maint.txt
 
 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]