Posted by Jeff North on 01/14/07 05:29
On Sun, 14 Jan 2007 01:33:11 GMT, in alt.php "long eddy"
<eddy@nospamplease.com>
<rLfqh.529$B25.141@news01.roc.ny> wrote:
>| I'm testing a .php file -
>|
>| <? phpinfo(); >?
Try:
<?php 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
>|
---------------------------------------------------------------
jnorthau@yourpantsyahoo.com.au : Remove your pants to reply
---------------------------------------------------------------
[Back to original message]
|