12-30-2013, 02:29 AM
I have been getting this message from WordPress a lot lately and one way to deal with it is to add this to your .htaccess file:
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile
See more here:
http://jenseng.com/archives/000035.html
http://board.issociate.de/thread/156119/...oblem.html
RewriteEngine On
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^.+\.php$ /bogusfile
See more here:
http://jenseng.com/archives/000035.html
http://board.issociate.de/thread/156119/...oblem.html