📅  最后修改于: 2022-03-11 14:54:22.735000             🧑  作者: Mango
Create and put this .htaccess file in your laravel installation(root) folder.
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]