Forums

[resolved] Fix for RED HTTP error on file uploads (1 post)

  1. Gil
    Member
    Posted 7 months ago #

    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.

Reply

You must log in to post.

About this Topic