Forum Moderators: coopster
When I run localhost/info.html with the code
<?
phpinfp();
?>
This is running perfect but when I do the same with localhost/info.php or /info.php3 , it says the file is not found. I have checked all the possible mistakes. My apache config file has these lines
ScriptAlias /php/ "c:/php/"
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php3
AddType application/x-httpd-php .html
Action application/x-httpd-php "/php/php.exe"
Where am I making a mistake?
Thanks
Aji