Annoyingly, rewrite rules for Mediawiki tend to override my /stats/ and other undelying directories unless the link is a direct page such as /stats/index.html instead of just /stats/.
Any idea on overriding that?
Current .htaccess:
Code:
Options +FollowSymlinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ /index.php?title=$1 [L,QSA]