I have an issue saving any content that contains an angle bracket. If I try to save, then the home page loads (I assume root drupal installation dir), and the content is not saved. No error messages are displayed, and non are logged by web server. I haven't always had the problem, as I do have some content containing html, but I can't identify what changed to cause the problem.
Anyone have any idea what might cause this, or how I can go about finding the cause?
Drupal 5.1
MySQL database 5.0.27
PHP 5.1.2
Unicode library PHP Mbstring Extension
Apache/1.3.37 (Unix) mod_jk/1.2.14 mod_fastcgi/2.4.2 PHP/5.1.2 mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a
Comments
Surely
I can't be the only one with this issue?
Fixed!
This was being caused by mod_security on my server. Disable this and it fixes the problem.
.htaccess lines to disable mod_security
I had the same problem! Thanks for finding that...
For any others who don't have access to httpd.conf et al, mod_security can be disabled by adding the following to .htaccess: