Posted by Bob Long on 01/14/07 03:26
long eddy wrote:
> I'm testing a .php file -
>
> <? phpinfo(); >?
I don't know about the following things, but shouldn't that line be:
<? phpinfo(); ?>
(unless you just made a typo here)?
--
Bob Long
> 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]
|