mod_security error while uploading file.
Hello,
If you are not able to upload the file and getting the mod_security related errors like as per below
mod_security: Access denied with code 406. Error processing request body: Multipart: invalid part header (missing colon): Submit Query\\x0d\\x0a [hostname "www.graphicireland.com"] [uri "/woodprint/upload.php"]
then simply add following command in your .htaccess file that will fix your issue.
————————–
SecFilterEngine Off
SecFilterScanPOST Off
————————–
That should solve your problem.
Enjoy..

















Leave a Reply
You must be logged in to post a comment.