Results 1 to 10 of 12
Hybrid View
-
21st Aug 2011, 06:26 PM #1Member
Hey i used this but when i try to use any Ajax related work and try to move / prune any posts or even try to make new posts manually
Its says
406 Not Acceptable
An appropriate representation of the requested resource /index.php could not be found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Tested few things it only occurs when you put last 3 lines
<IfModule rewrite_module>
RewriteEngine On
RewriteCond %{SERVER_PROTOCOL} ^(HTTP/1.0)
RewriteCond %{REQUEST_METHOD} ^(POST)
RewriteRule .* - [R=406]
</IfModule>Perl Reviewed by Perl on . Blocking spammers with mod_rewrite If you don't have APIs installed in your site that require POST method you can add this to .htaccess # Mitigate the spammers <IfModule rewrite_module> RewriteEngine On RewriteCond %{HTTP_REFERER} ^$ RewriteCond %{HTTP:Accept-Language} ^$ RewriteCond %{REQUEST_METHOD} ^(POST) RewriteRule .* - RewriteCond %{SERVER_PROTOCOL} ^(HTTP/1.0) Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
mod_rewrite fix
By fdls in forum Web Application/Script SupportReplies: 4Last Post: 9th Sep 2011, 05:51 PM -
Mod_rewrite access???
By SaBteCh in forum Server ManagementReplies: 6Last Post: 18th Dec 2010, 01:09 AM -
mod_rewrite help
By Paul in forum Webmaster ResourcesReplies: 1Last Post: 23rd Mar 2010, 12:02 AM -
Do spammers understand that they're spammers?
By narutoroot in forum General DiscussionReplies: 18Last Post: 21st Nov 2009, 06:36 AM
themaCreator - create posts from...
Version 3.47 released. Open older version (or...