I would like to run a local PHP (5.3) website on Mac OS X 10.6. I have PHP configured properly and can access a website using http://mymac.local/~me/index.html. I have this folder structure:
~me/Sites/index.html which points to http://mymac.local/~me/index.html
~me/Sites/mysite/home.html which doesn't work
If I try http://mymac.local/~me/mysite/home.html, I'll get a forbidden error stating I don't have permission to access that file. If I put home.html in the Sites folder, I still get the error. Seems Apache is hard wired to like only the index.html and no sub folders. Is there a way to get that working?