XAMPP: Access Forbidden!

Posted by Yar on Server Fault See other posts from Server Fault or by Yar
Published on 2010-03-16T20:19:37Z Indexed on 2010/03/16 20:31 UTC
Read the original article Hit count: 257

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"

Most files have permissions like -rw-r--r--, but even if I set the index.php using chmod 777 nothing changes.

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

© Server Fault or respective owner

Related posts about osx

Related posts about xampp