Total WordPress Optimization • Search Engine Optimization • WordPress & SEO • WordPress security • PPC • Psychology • WordPress Design • WordPress Installation

Full Version: No input field specified
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Nice. Will be helpful for if I ever have this problem.
Holy shit! Then there is a God after all! I have had this error on and off for several months now and I thought that it was my Internet connection or the server that timed out.

Thanks!
Omg, thanks a lot, I had this mistake recently and I didn't know what to do with it. My colegue helped but it took him quite some time to figure it out, wish I saw this earlier.
Fixed my problem Thanks a lot You save my life!