darkdmr
01-30-2006, 08:10 AM
Hello to all. I have a site www.pishtovi.com. I noticed my rank is different
when I go to pishtovi.com and www.pishtovi.com. I have some links from other sites which link to me in both the ways. Is this a loss for me?
I found in the forums the way to rewrite the .htaccess file in this way :
RewriteEngine On
RewriteBase /
# for non ssl
RewriteCond %{HTTP_HOST} !^www\.youdomain\.com
RewriteCond %{SERVER_PORT} ^80
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,QSA,L]
Is this the only this I should do to get better ranking?
I will appreciade your help.
when I go to pishtovi.com and www.pishtovi.com. I have some links from other sites which link to me in both the ways. Is this a loss for me?
I found in the forums the way to rewrite the .htaccess file in this way :
RewriteEngine On
RewriteBase /
# for non ssl
RewriteCond %{HTTP_HOST} !^www\.youdomain\.com
RewriteCond %{SERVER_PORT} ^80
RewriteRule (.*) http://www.yourdomain.com/$1 [R=301,QSA,L]
Is this the only this I should do to get better ranking?
I will appreciade your help.