Hi everybody,
I'm trying to get php5 up and running on my server, but i always get this message when I try to open a php file:
"Your browser sent a request that this server could not understand."
I think it has something to do with the lines in added in the httpd.conf.
ScriptAlias /PHP/ "C:/PHP"
Action application/x-httpd-php "C:/PHP/php.exe"
AddType application/x-httpd-php .php
Am I doing something wrong here? Please help!
|