]> 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 <penny@catalyst.net.nz>
Tue, 8 Apr 2008 00:00:26 +0000 (12:00 +1200)
include/tpl/htaccess_rewrite.tpl

index 858df58f135941426f719900937294a33066a82d..27b259e1639dccbb13f07ad8b349744438627748 100644 (file)
@@ -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]