logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Access Denied PHP scripts
Author
Neville



Joined: 04 Oct 2006
Posts: 8

PostPosted: Sun 08 Oct '06 9:16    Post subject: Access Denied PHP scripts Reply with quote

I'm not sure why this is happening, but i got the server installed and working, but now all *.php scripts are being 403'd.

What do i have to do to access these.

EDIT: and can you link me how to use this mysql thingy, i know php and mysql scripting, but this is my first time using my own server to design.
Back to top
James Blond
Moderator


Joined: 19 Jan 2006
Posts: 7298
Location: Germany, Next to Hamburg

PostPosted: Sun 08 Oct '06 15:28    Post subject: Reply with quote

Are you using PHP as cgi? If you do so, you have to enable access to the cgi folder where the php.exe is placed.

replace C:/php with your path.

<Directory "c:/php">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
Back to top
Neville



Joined: 04 Oct 2006
Posts: 8

PostPosted: Sun 08 Oct '06 17:01    Post subject: Reply with quote

cheers mate, got it working without that but yer, thanks for the help neways Very Happy
Back to top
Steffen
Moderator


Joined: 15 Oct 2005
Posts: 3058
Location: Hilversum, NL, EU

PostPosted: Sun 08 Oct '06 17:29    Post subject: Reply with quote

Always nice to know what you did to get it working ?
Back to top


Reply to topic   Topic: Access Denied PHP scripts View previous topic :: View next topic
Post new topic   Forum Index -> Other Software