• When I use page jumps:

    <a href="#top-3">Our top 3 picks</a>
    <a name="top-3"></a>

    sometimes I get this error:

    Not Acceptable!
    An appropriate representation of the requested resource could not be found on this server. This error was generated by Mod_Security.

    Then I change a bit the names in there like for example:

    <a href="#top3abc">Our top 3 picks</a>
    <a name="top3abc"></a>

    and it works fine.

    This is really random and I don’t see any patterns or why this could happen.
    I just have to keep changing some letters in the page jumps until it gets accepted.

    • This topic was modified 4 years, 10 months ago by Deon.
    • This topic was modified 4 years, 10 months ago by Deon.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Not Acceptable! Page Jumps error’ is closed to new replies.