Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Siddharth

    (@siddhu)

    Hello
    when i activate Enable HackRepair.com’s blacklist feature, the error was generate. after uncheck this one everything is fine.

    why it is? is the any problem with Enable HackRepair.com’s blacklist feature.

    lernerconsulting

    (@lernerconsult)

    The image is too small to show the error.
    Highlight the error text and copy/paste. (Highlight from below the error text to the top-left corner, some of the error text is probably behind the layout.)

    Or, check your site error_log for errors.
    This will put more errors into the error log, but only for the IP address(es) you specify:
    https://computerhelp.glerner.com/2014-debugging-wordpress-problems-for-only-you/

    No way to tell whether HackRepair blacklist is blocking something, or it is some other problem, without knowing what the exact error message is.

    dwinden

    (@dwinden)

    @lernerconsulting

    Download the image and you can zoom in to read the exact error displayed.

    @siddharth

    The following Hackrepair blacklist line in the .htaccess file is causing your issue:

    RewriteCond %{HTTP_USER_AGENT} “^$” [NC,OR]

    To confirm this line is causing your issue change it to:

    # RewriteCond %{HTTP_USER_AGENT} “^$” [NC,OR]

    and then retry.

    dwinden

    Thread Starter Siddharth

    (@siddhu)

    @dwinden Thanks a lot.
    it worked. everything is fine.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘warning on the header part’ is closed to new replies.