Anon
07-22-2000, 01:50 PM
I have a problem running Apache 1.3.9 and PHP4 on Win98. I think I set all things like they should be, but I'm getting an error.
In my httpd.conf I have these lines:
ScriptAlias /php4/ "C:/php4/"
AddType application/x-httpd-php .php .php4
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php4/php.exe"
When I invoke php script, I'm getting folowing header information, printed on the page (where it doesn't belong):
X-Powered-By: PHP/4.0.0 Content-type: text/html
Need help !
In my httpd.conf I have these lines:
ScriptAlias /php4/ "C:/php4/"
AddType application/x-httpd-php .php .php4
AddType application/x-httpd-php-source .phps
Action application/x-httpd-php "/php4/php.exe"
When I invoke php script, I'm getting folowing header information, printed on the page (where it doesn't belong):
X-Powered-By: PHP/4.0.0 Content-type: text/html
Need help !