Hi,
I'm fairly new here and have been looking to set up a CMS. I'm trying out a few at the moment and have just installed Concrete5 to have a play with - it's fairly new but looks really good from what I've seen so far.
Anyway, everything was going well until I tried to upload files using the Flash file uploaded included in Concrete5... the files look like they are uploaded but then I get an error like the following and the file is not uploaded:
onHTTPError: banner.jpg httpError 406
From reading around it seems that this may be to do with mod_security. I've tried adding the following to my .htaccess but this hasn't helped:
Code:
<IfModule mod_security.c>
SecFilterEngine Off
SecFilterScanPOST Off
</IfModule>
Any help / pointers would be appreciated.
Thanks