Page 1 of 1

403 ERROR

Posted: Thu Apr 12, 2007 4:56 am
by ptrpan
I recently set up my apache/php/mySQL configuration. Everything was working fine when I viewed small(single page) scripts in my browser(IE6).
As my scripts became a bit bigger, some of the pages required to connect to another page.

This is where my problem sets in.

As soon as I click on the submit button to submit whatever is on the page, I get a 403 Forbidden error.
Could this be that my apache/php settings arent correct, or is there something else that might be wrong?

Please help




ps. Sorry if this post is not in the correct thread

Posted: Thu Apr 12, 2007 9:20 am
by mpeacock
If apache is serving up the "small" pages, it's probably OK. While I'm not sure what you mean by "connecting to", check the permissions of those files to make sure the user that the new apache instance runs under can read or execute as needed.

Cheers, Michael