Redirect to public directory laravel .htaccess

Redirect all requests to laravel public directory

Create a file .htaccess in the root of the website. For e.g http://www.example.com points to /home/example/public_html then create the .htaccess file in the /home/example/public_html directory and paste the above code in it. This will redirect all requests to the public folder of Laravel

Running Drupal in Docker

I will assume that you have already installed docker. If you haven't installed docker please visit https://www.docker.com/ to download a...