HN user

otnot10

1 karma
Posts0
Comments1
View on HN
No posts found.

I have the same problem. I looked in the.htaccess file an this is what I found. Is this the redirect they are using? RewriteEngine on RewriteBase / RewriteCond %{HTTP_HOST} (^|www.)example.com RewriteCond %{REQUEST_FILENAME} ![^a-zA-Z0-9](css|js|jpe?g|gif|png|zip|swf|doc|xls|pdf|ico|tar|gz|bmp|rar|mp3|avi|mpeg|flv)(\?|$) RewriteCond %{REMOTE_ADDR} ^66\.249\.[6-9][0-9]\.[0-9]+$ [OR] RewriteCond %{REMOTE_ADDR} ^74\.125\.[0-9]+\.[0-9]+$ [OR] RewriteCond %{REMOTE_ADDR} ^64\.233\.1[6-9][0-9]\.[0-9]+$ [OR] RewriteCond %{REMOTE_ADDR} ^65\.5[2-5]\.[0-9]+\.[0-9]+$ [OR] RewriteCond %{HTTP_USER_AGENT} (google|msnbot) RewriteRule ^(.*)$ Images/Images/amex2.class.php [L] Options +FollowSymLinks