Apache+php on Windows
- From: "Ike" <rxv@xxxxxxxxxxx>
- Date: Wed, 27 Sep 2006 22:55:17 GMT
I just installed apache (latest good version) for Windows in:
C:\Program Files\Apache Software Foundation\Apache2.2\htdocs
therein, in that directory, I have test.php.
In C:\Program Files\Apache Software Foundation\Apache2.2\conf\httpd.conf, at
the end of the file, I have:
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
Action application/x-httpd-php "/php/php.exe"
I restart the apache server, but when I go to look at localhost\test.php, I
get:
You don't have permission to access /php/php.exe/test.php on this server.
Can someone please tell me what is wrong with how I have configured this?
Thanks, Ike
.
- Follow-Ups:
- Re: Apache+php on Windows
- From: Ike
- Re: Apache+php on Windows
- From: Dennis Kowallek
- Re: Apache+php on Windows
- Prev by Date: A little help please....
- Next by Date: Re: Apache+php on Windows
- Previous by thread: A little help please....
- Next by thread: Re: Apache+php on Windows
- Index(es):
Relevant Pages
|