403 ERROR

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
User avatar
ptrpan
Forum Commoner
Posts: 81
Joined: Tue Apr 03, 2007 5:09 am
Location: Cape Town, South Africa

403 ERROR

Post 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
User avatar
mpeacock
Forum Newbie
Posts: 10
Joined: Thu Apr 12, 2007 9:07 am
Location: Mobile AL

Post 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
Post Reply