XAMPP: Access Forbidden!

Posted by Yar on Super User See other posts from Super User or by Yar
Published on 2010-03-17T00:27:03Z Indexed on 2010/03/17 0:31 UTC
Read the original article Hit count: 487

Filed under:
|

I just installed a fresh XAMPP on OSX. Apache runs and I can see the splash page.

I open the httpd.conf and I set both places that point to htdocs to someplace else, which results in Apache showing an "Access Forbidden!" message.

I plugged my directory here:

<Directory "/Applications/XAMPP/xamppfiles/htdocs">

and here:

DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"

I have set the permissions to 777 for everything including the enclosing directory, but to no avail.

Strangely, I just did this whole thing with MAMP and had no problems serving that directory, but it was slow.

© Super User or respective owner

Related posts about osx

Related posts about xampp