On 06/09/15 19:08, barry kimelman wrote:
> Hello,
> 
> 
> I have installed apache2.2 on my windows laptop.
> 
> 
> The basics are working fine. I setup my own directory structure under
> "C:\apachedata" and modified httpd.conf to point under that directory.
> 
> 

Did you do it like this:

DocumentRoot "c:/apachedata"

You also need to insert this after it:

<Directory "c:/apachedata">


    Options Indexes FollowSymLinks


    AllowOverride None


    Require all granted

</Directory>







---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to