Code:
LoadFile "d:/internet/develop/php/php4ts.dll" LoadModule php4_module "d:/internet/develop/php/sapi/php4apache.dll" ScriptAlias /p_h_p/ "d:/internet/develop/php/" AddType application/x-httpd-php .php .php4 .php3 .phtml Action application/x-httpd-php "d:/internet/develop/php/php.exe" LoadFile "d:/internet/develop/php5/php5ts.dll" LoadModule php5_module "d:/internet/develop/php5/php5apache.dll" ScriptAlias /p_h_p_5/ "d:/internet/develop/php5/" AddType application/x-httpd-php5 .php5 Action application/x-httpd-php5 "d:/internet/develop/php5/php-win.exe"
rufe ich eine datei mit der endung *.php5 auf, dann bekomme ich
Your browser sent a request that this server could not understand.
Invalid URI in request GET /test.php5 HTTP/1.1
Invalid URI in request GET /test.php5 HTTP/1.1
es ändert auch nix, wenn ich stat php-win.exe die beiden anderen (php.exe und php-cgi.exe) verwende
hat da jemand eine idee?
Kommentar