406 error when trying to update page after inserting a # anchor link
-
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 .
- This topic was modified 5 years, 6 months ago by .
The page I need help with: [log in to see the link]
- The topic ‘406 error when trying to update page after inserting a # anchor link’ is closed to new replies.