Wordpess and awstats

Status
Not open for further replies.

Damien

Ohhhhh Yeah!
Apr 21, 2007
62
0
0
This problem has been driving me fucking crazy for ages...nothing I have tried has worked so far.

Wordpress' .htaccess file does not let me view my /awstats/ dir (it thinks it's part of WP and throws a 404)

Anyone have a fix for this? I have tried about 5 different ones, and none of them worked
 


This problem has been driving me fucking crazy for ages...nothing I have tried has worked so far.

Wordpress' .htaccess file does not let me view my /awstats/ dir (it thinks it's part of WP and throws a 404)

Anyone have a fix for this? I have tried about 5 different ones, and none of them worked

Are you by chance using dreamhost?

if yes try this in .htaccess before the wordpress section...


<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_URI} ^/(stats|failed_auth\.html)/?(.*)$ [NC]
RewriteRule ^.*$ - [L]
</IfModule>
 
Status
Not open for further replies.