I followed the instructions for adding a non-WordPress site to local but when I try to view the site I am getting the 403 forbidden error.
Has anyone a fix for this?
Thank you.
I followed the instructions for adding a non-WordPress site to local but when I try to view the site I am getting the 403 forbidden error.
Has anyone a fix for this?
Thank you.
I’m getting a similar problem … did you resolve yours?
in var/log/nginx/error.log I get a lot of these:
directory index of "/app/public/index/" is forbidden
Please see my response here:
@clay did this changed with the latest release of Local? I’m trying to get a Laravel application running using the method you describe, where the entry point is a file called server.php
and it just gives a 403 error back. Any tips? Thank you!