Laravel redirecting to /public/public/
In my Laravel project, the .htaccess in the application root redirect to /public. The page loads and I can navigate through the webapp. But https://myproject.com/public/public/mysite is displayed in the URL. When I refresh the page, I get a 404 error…