Page 2 of 2

Re: upload failed

Posted: 18 Jun 2008, 07:48
by Margo
This is a mod_security problem with some servers and how they are setup. If you are using the flash uploader and getting a 403 error you will need to do the following in the .htaccess file

SecFilterEngine Off
SecFilterScanPOST Off

If someone can specify every file that the flash uploader is used with I believe you can specify that the security is only turned off for those files. My phocagallery is now happily uploading :D

Re: upload failed

Posted: 18 Jun 2008, 08:03
by tedpenner
Margo wrote:This is a mod_security problem with some servers and how they are setup. If you are using the flash uploader and getting a 403 error you will need to do the following in the .htaccess file

SecFilterEngine Off
SecFilterScanPOST Off

If someone can specify every file that the flash uploader is used with I believe you can specify that the security is only turned off for those files. My phocagallery is now happily uploading :D
This sounds promising and I plan on trying it. Thank you very much for your response. When you say "mod_security problem with some servers", do you mean my hosting company? If so, how would I instruct them to resolve the issue?

Re: upload failed

Posted: 18 Jun 2008, 19:52
by Margo
It is a setting on the apache server and would affect ALL sites that are on that server. If you are using shared hosting they will most likely not change the setting.