SEO TOOLS > PAGE RANK CHECKER
Stop Bleeding Pagerank.
Make yourdomain.com automatically redirect to www.yourdomain.com by
adding this code to your htaccess file
| Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^yourdomain\.com RewriteRule ^(.*)$ http://www.yourdomain.com/$1 [R=permanent,L] |
|