Thread: PHP5 in Apache
View Single Post
  #1 (permalink)  
Old 2004-07-19, 07:53 AM
Skeezix Skeezix is offline
Junior Member
 
Join Date: Jul 2004
Posts: 2
Skeezix
Default

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!
Reply With Quote
Sponsored Links