Thread
:
Newbie: Apache 2.0.50/Win2K executes PHP 4.3.8 as CGI instead of module?
View Single Post
#
5
(
permalink
)
10-19-2004
codeman43
Posts: n/a
Re: Newbie: Apache 2.0.50/Win2K executes PHP 4.3.8 as CGI instead of
Make sure that the "DocumentRoot" is set to the below setting in your
Apache config, "httpd.conf".
<Directory />
Options Indexes FollowSymLinks
AllowOverride None
</Directory>
codeman43