Hi
I have problems accessing my website stats @
http://domain.tld/stats
I can log in but after that i get Wordpress' 404 page.
http://s12.postimage.org/6mlkagn6j/stats.png
My .htaccess file:
Code:
## Default .htaccess file
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Wordpress is installed in root of web directory, that might be the reason? Because on another Wordpress site that is installed in web/wordpress directory stats work just fine.
Whatever the reason might be, is there any way to fix this and make
http://domain.tld/stats to work without breaking anything on Wordpress installation?
Ubuntu 12.10 and ISPConfig 3.0.4 on Apache
Recent comments
1 day 11 hours ago
1 day 13 hours ago
2 days 1 hour ago
2 days 4 hours ago
2 days 8 hours ago
2 days 14 hours ago
3 days 1 min ago
3 days 1 hour ago
3 days 9 hours ago
3 days 11 hours ago