PHP Programming Basics
Apache (I assume) issue on 1:7
Step 6 went as planned. When I move all folders/files into new "drupal" folder as directed, and then reload page, this is the error:
Forbidden
You don't have permission to access / on this server.
Any ideas?
I was having the same error msg
"Forbidden:
You don't have permission to access on this server."
Found out the problems were with my .htaccess configuration, so do check them out before proceeding with other solutions.
Any help on how to fix this issue? I'm so bummed - just trying to get into the lesson and stuck at
Forbidden
You don't have permission to access / on this server.
Ok this thread helped me solve it:
https://buildamodule.com/forum/post/403-error
You need to read
http://osxdaily.com/2009/02/25/show-hidden-files-in-os-x/
and unhide files on your Mac - then move the (now visible) htaccess to the drupal folder.
Onwards!
This issue would have to do with permissions on the server, forbidding you as a user from reading/executing the page or its most likely a problem with the .htaccess file which can be placed in the directory specifying to the server not** to serve the file.
I would read more on .htaccess configuration and file permissions