• Resolved Gil

    (@gil-jones)


    Add to .htaccess
    <IfModule mod_security.c>
    <Files async-upload.php>
    SecFilterEngine Off
    SecFilterScanPOST Off
    </Files>
    </IfModule>

    From the reading I was able to do and the discussion with http://www.lunarpages.com support, it appears that the mod_security module stops the upload. This addition fixed my site.

The topic ‘Fix for RED HTTP error on file uploads’ is closed to new replies.