|
Posted by Ike on 12/04/17 11:59
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
Navigation:
[Reply to this message]
|