coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 permissions => Topic started by: chickendippers on February 24, 2007, 06:18:19 PM

Title: 403 error when changing config
Post by: chickendippers on February 24, 2007, 06:18:19 PM
Hi there,
Whenever I attempt to change my gallery configuration I receive a 403 error - I can't say when it started happening, however it hasn't always done this.

I was previously running version 1.4.2, I thought the problem might be caused by my upgrading both php and mysql to version 5, so upgraded (using Fantastico) to version 1.4.10, however the problem still persists. I have read that the Fantastico upgrader isn't perfect but I'm not sure if my problem is related to that.

My gallery can be found at www.cncworld.org/gallery


Thanks in advance,
chickendippers.
Title: Re: 403 error when changing config
Post by: Nibbler on February 24, 2007, 06:38:21 PM
Probably mod_security. Ask your host for instructions how to disable it if so.
Title: Re: 403 error when changing config
Post by: chickendippers on February 25, 2007, 12:20:32 AM
That did the trick. Thank you so much :)
Title: Re: 403 error when changing config
Post by: visualmtb on March 15, 2008, 01:13:30 AM
For others, I had the same issue and you can try to add the following into you .htacces file

To disable mod_security completely, add the following line to the .htaccess file.

SecFilterEngine Off

To disable HTTP POST scanning only, use the following instead:

SecFilterScanPOST Off