Forum Moderators: phranque

Message Too Old, No Replies

Do Domain Names in .htaccess affect their rankings?

         

killua

10:52 am on Jul 12, 2009 (gmt 0)

10+ Year Member



I have a competitor who is hotlinking my images.

Therefore, I need to put the following in .htaccess:

RewriteEngine On
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mycompetitor\.com/
[NC]
RewriteRule .*\.(jpe?g¦gif¦bmp¦png)$ /images/nohotlink.jpe [L]

My question is will search engines especially Google consider this as a one way link from my website to my competitor, thus increasing the chance of his website being crawled and earn some ranking?

janharders

11:08 am on Jul 12, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



no. google cannot read your .htaccess, those are instructions for your server only.