Hi,
I\'m trying to install PHP on Apache (as installed with Oracle 9i AS). I\'m getting the following message (Error 403):
Forbidden
You don\'t have permission to access /php/php.exe/test.php on this server.
Oracle HTTP Server Powered by Apache/1.3.12 Server at vgstage-pc1 Port 80
I installed PHP by adding the following lines in httpd.conf as described in Install.txt that came with the php-4.1.1-Win32.zip file.
#
PHP
#
ScriptAlias /php/ \"c:\php\\"
AddType application/x-httpd-php .php
Action application/x-httpd-php \"/php/php.exe
When placing a HTML file in the same directory it works just fine. So that\'s not the problem. Does anyone know what I\'m doing wrong? Any help will be highly apreciated.
Thanks in advance,
Eddie