View Single Post

  #4 (permalink)  
Old 10-19-2004
codeman43
 
Posts: n/a
Default 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>



Reply With Quote