I’ve had this same attack twice in the last week. Hosted by bluehost.com. What is the way to prevent this? Is php safe mode going to help?
Thread Starter
lsilva
(@lsilva)
I found the problem. It has to do with this part of my .htaccess file:
#make all posts go to this version: http://www.myblog.com/my-blog-post/
Options +Indexes
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^stock-trader-info\.com
RewriteRule ^(.*)$ http://www.stock-trader-info.com/$1 [R=permanent,L]
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.stock-trader-info.com/$1/ [L,R=301]
This only affects IE, not Firefox. Does anyone know how to change the rewrite rules to ignore contact form 7? It uses a file from /contact/.