Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AITpro

    (@aitpro)

    The parentheses/round bracket coding characters ( and ) are causing the problem. Either remove the round brackets from your post feed or you can modify this security filter below in your root .htaccess file and remove the round bracket coding characters as shown below.

    Before modification:
    RewriteCond %{QUERY_STRING} ^.*(\[|\]|\(|\)|<|>|%3c|%3e|%5b|%5d).* [NC,OR]
    
    After modification:
    RewriteCond %{QUERY_STRING} ^.*(\[|\]|<|>|%3c|%3e|%5b|%5d).* [NC,OR]
    Plugin Author AITpro

    (@aitpro)

    Is this problem resolved or still occurring? Thanks.

    Thread Starter Shoppersbase

    (@shoppersbase)

    Hi

    Sorry for the late reply. Yes the problem is Now resolve.

    Thanks for your prompt support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘403 forbidden error on Google WMT’ is closed to new replies.