Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
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.
| |
|
Topic: Access Denied PHP scripts |
|
Author |
|
Neville
Joined: 04 Oct 2006 Posts: 8
|
Posted: Sun 08 Oct '06 9:16 Post subject: Access Denied PHP scripts |
|
|
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: 7373 Location: Germany, Next to Hamburg
|
Posted: Sun 08 Oct '06 15:28 Post subject: |
|
|
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
|
Posted: Sun 08 Oct '06 17:01 Post subject: |
|
|
cheers mate, got it working without that but yer, thanks for the help neways |
|
Back to top |
|
Steffen Moderator
Joined: 15 Oct 2005 Posts: 3094 Location: Hilversum, NL, EU
|
Posted: Sun 08 Oct '06 17:29 Post subject: |
|
|
Always nice to know what you did to get it working ? |
|
Back to top |
|
|
|
|
|
|