Does a htaccess redirect also redirect spiders?

Joined
Feb 16, 2015
Messages
304
Reaction score
36
Im getting worried now since I redirected my whole site thru to a ppc affiliate. The numbers have been flying up way more than usual all day Im getting concerned now that its also counting bots/spiders as well and Ill get penalised for it.

Here is the code:

Code:
RewriteEngine on
RewriteCond %{http_host} ^url [NC,OR]
RewriteCond %{http_host} ^url [NC]
RewriteRule ^(.*)$ url [R=301,NC,L]
 
Back
Top