Hi,
I've just uninstalled Xampp and succesfully installed Apache 2.0 on my WinXP Pro PC.
However, after installing PHP5 (succesfully) and after playing with the configuration a bit, I've been getting 'No input file specified.' when loading a php page.
PHP worked OK, until I tried to get the extensions to work. I moved the php.ini file from the c:/php5 folder to c:/windows, and added
ScriptAlias /php/ "c:/php5/"
AddType application/x-httpd-php .php .php5
Action application/x-httpd-php "/php/php-cgi.exe"
SetEnv PHPRC "C:/php5"
to the http.conf file.
Does any one have any ideas? I tried google but with no luck.
Thanks,
Mei