Viewing 1 post (of 1 total)
  • Author
    Posts
  • #18088
    franstoker
    Participant

    Hi everyone

    I am developing my first WordPress web and I installed Math Captcha.

    It works great in localhost, but I have seen it creates some rules in .htaccess and I donĀ“t know which one should I change (aparte from “localhost” with my sitename, I guess).

    Could you help me please?

    Here is the code:

    `# BEGIN Math Captcha
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_METHOD} POST
    RewriteCond %{REQUEST_URI} .wp-comments-post.php*
    RewriteCond %{HTTP_REFERER} !.*localhost.* [OR]
    RewriteCond %{HTTP_USER_AGENT} ^$
    RewriteRule (.*) ^http://%{REMOTE_ADDR}/$ [R=301,L]
    </IfModule>
    # END Math Captcha

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.