• Resolved jasongnorman

    (@jasongnorman)


    I’m trying to create an anchor link using the CSSID submit-testimonial for the target H2 header, and using #submit-testimonial as the link for the “Write a Testimonial” button at the top of the page. When the text “#submit-testimonial” is typed into the link box, I get a 406 server error when clicking Update. When I delete the text, it updates just fine.

    I can’t for the life of me figure out why that would create such a problem.

    Anyone have any ideas?

    Thanks.

    #Edit – got it working either by changing the anchor ID from submit-testimonial to submitreview, or by inserting the following code into the wp-admin/.htaccess file… not sure which.

    <IfModule mod_security.c>

    SecFilterEngine Off

    SecFilterScanPOST Off

    </IfModule>

    • This topic was modified 5 years, 6 months ago by jasongnorman.
    • This topic was modified 5 years, 6 months ago by jasongnorman.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘406 error when trying to update page after inserting a # anchor link’ is closed to new replies.