I have been looking for information on google, laravel forums and youtube all day but no luck, hopefully someone can help.
I am currently trying to setup a website which was built by a web design company on my local machine but I it doesn't seem to be letting me do so.
At the moment the things I have done to get the website running locally are:
- Installed a WAMP server
- Changed the httpd.conf file to include conf/extra/httpd-vhosts.conf
- Changed the httpd-vhosts.conf file to include the following:
DocumentRoot "C:\wamp\www\ryl\public"
ServerName rateyourlecturer.dev
- Edited my drivers\etc\hosts.txt file to include the following:
127.0.0.1 localhost
127.0.0.1 rateyourlecturer.dev
But when I go and type rateyourlecturer.dev into the address bar the following error message appears "403 Forbidden - You don't have permission to access / on this server."
If anyone can help me solve this problem I will be really grateful.