I haveon my httpd.conf and I get 404 Not Found errorCode:ScriptAlias /php4/ "C:/php4" AddType application/x-httpd-php .php .phtml AddType application/x-httpd-php-source .phps Action application/x-httpd-php "C:/php4/php.exe"
Am I missing something? I have extracted php4.4.1. to C:/php4.Code:The requested URL /php4/php.exe/phpinfo.php was not found on this server.
Edit: I just edited the config and added
and viola it worked.Code:LoadModule php4_module "C:/php4/sapi/php4apache2.dll" AddType application/x-httpd-php .php




Reply With Quote