Page is a not externally linkable
Blutarsky - 11:59 am on Jul 25, 2009 (gmt 0)
302 Moved temporarily (redirect) 3945 97.6 % 134.89 KB As the website has changed from [domain.com...] to [domain.com,...] say two months ago, with little or no links pointing at the www domain, I'm wondering if there's some problems left somewhere and I'm loosing some traffic... - the site is running on Apache + Wordpress 2.71 Thanks for helping
In my Awstats panel, in the HTTP Status codes I have the following stats:
500 Internal server Error 50 1.2 % 95.27 KB
206 Partial Content 32 0.7 % 486.68 KB
404 Document Not Found 7 0.1 % 22.90 KB
301 Moved permanently (redirect) 6 0.1 % 2.43 KB
- There are some SEO plugin installed
- this is the htacces.conf file content:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress