im betting mod_security is the problem, for the hell of it you can try adding the line:
SecFilterEngine Off
in your .htaccess file or asking the web host to add an exception for your roster
# ONLY IF MOD_SECURITY IS INSTALLED
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
PleegWat wrote:Thanks. Should I add this to the shipped .htaccess?
- Code: Select all
# ONLY IF MOD_SECURITY IS INSTALLED
<IfModule mod_security.c>
SecFilterEngine Off
</IfModule>
Users browsing this forum: No registered users and 1 guest