Hi.
I am running Apache server 1.3.29 with PHP 4.3.4 on Win98SE.
When I try and run http://localhost/test.php (containing <? phpinfo(); ?>) when Apache is running, I find that IE6 just displays that text and does not display the details.
PHP is working because if I manually ask php.exe to run the php file, it will display the html. Maybe Apache won't talk with PHP? 🙁
I have added ScriptAlias /php/ "C:/Apache/php/" and the AddType and Action application/x-httpd-php "/php/php.exe" to httpd.conf.
Is there anywhere I can just download httpd.conf and php.ini to see what's different between mine and the reference one? 🙂
Any ideas? It's really annoying me...
Many thanks,
Jon