i got an error 501 while uploading images.
have try to put the following code to .htaccess, however an error 500 occurs.
i cant even access to the main page.
anyone may help? thanks a lot
-----------
<IfModule mod_security.c>
<Files async-upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>