nk screen
>>>>
>>>>
>>>>
>>>>
>>>>I have also tried saving the well known Hello World.
>>>>On my computer I get a blank screen.
>>>>If I loa
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
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.
_
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