|
RE: newbie - win2000 php apache
Hi
Yes, thatīs done.
Iīve also tried installed php and apache on linux, and I got the same problem.
I have rebooted apache several times, but no change.
I have now installed php on win2000(iis5), and it worked nice. But I wish to develop
/use programs with path organization as on linux, so I donīt have to change all include paths to c:\server etc...SO I have to try to get linux to accept php
Sikosis wrote:
-------------------------------
Did you uncomment the php file types in your Apache config files ????
By default, they are commented out.
In Apache\conf\httpd.conf:-
# For example, the PHP3 module (not part of the Apache distribution)
# will typically use:
#
#AddType application/x-httpd-php3 .phtml
#AddType application/x-httpd-php3-source .phps
Also, you might want to add .php as well as .phtml
|