[PHP-INST] Problems with installation on windows98 with apache

2002-01-29 Thread mark . broad
nk screen >>>> >>>> >>>> >>>> >>>>I have also tried saving the well known Hello World. >>>>On my computer I get a blank screen. >>>>If I loa

RE: [PHP-INST] phpinfo.php File Not Found

2002-01-21 Thread mark . broad
Okay - I missed another mistake - You specify an alias to a sub directory of php4 and then try to execute php.exe from an action under subdirectory of php Here is an example of all that is needed in the httpd.conf file : ScriptAlias /php/ "c:/php/" AddType application/x-httpd-php .php Action ap

[PHP-INST] php 4.1.1 RH 7.2 apache 1.3.20 problem HELP!

2002-01-21 Thread mark . broad
NEVER list more than one AddType on a line. i.e. AddType application/x-httpd-php .php AddType application/x-httpd-php .php3 AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps This should sort it out. Rgds, Mark. _

Re: [PHP-INST] phpinfo.php File Not Found

2002-01-21 Thread mark . broad
It's quite simple really - NEVER list more than one AddType on a line. i.e. AddType application/x-httpd-php .php AddType application/x-httpd-php .phtml AddType application/x-httpd-php-source .phps This should sort it out.. Rgds, Mark. Hello, I just tried taking that line out, bu