Posted by Leif K-Brooks on 01/14/07 03:28
long eddy wrote:
> I'm testing a .php file -
>
> <? phpinfo(); >?
That should be ?>, not >?. And short_tags is icky, so use <?php instead
of <?.
> 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
Looks like you're missing a space. Try:
Action application/x-httpd-php /php4/php.exe
Navigation:
[Reply to this message]
|