| 
 Posted by long eddy on 01/14/07 01:33 
I'm testing a .php file  - 
 
<?  phpinfo();  >? 
 
however when the page loads I get a box that says: 
 
File Download 
 
Open / Save / Cancel 
 
I'm not certain why it's not parsing php. 
 
Any suggestions would be helpful. 
 
Apache is on. 
Win 98 
and I've checked my Apache conf. file to be: 
 
ScriptAlias /php4/ "C:/php4/" 
 
AddType application/x-httpd-php .php 
AddType application/x-httpd-php-source .phps 
 
Action application/x-httpd-php/php4/php.exe 
 
Thank you, 
Eddy
 
[Back to original message] 
 |