I'm trying to create my first MVC project with the help of the framework Laravel, using the server platform Uniform Server. (Uniform Server uses Apache.) The problem is, I cannot seem to get my routes to work. I suspect this is because upon trying to access http://localhost/project_name/public/, I receive the following error: Forbidden You don't have permission to access /project_name/public/ on this server. i.e. error 403. After some research it seems that this is a .htaccess problem, or a p...