It has come to my attention that many people have had problems with mod_security on the eUK servers. The main problem is that people are being redirected back to their homepages when clicking save or submitting forms etc. To overcome this the following code will need to be placed on your .htaccess file which will need to be located at the root of your website.
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Note: Thanks to Mark (eUKhost.com) for this code.
You should disable mod_security with the above code only, if you don't see any other alternative. Disabling mod_security will leave your CMS or blog open for hacking attempts.
__________________
Regards,
Josh Hold
eUKhost Blog: Over 1000 Computer Related Articles to Sink Your Teeth Into!
Super Moderator
I'm only a moderator, and do not work for eUKhost in any way. Opinions expressed by me are mine only, and do not reflect those of either eUKhost or any company that may be listed above.