📜  将所有请求重定向到公用文件夹 laravel htaccess - PHP 代码示例

📅  最后修改于: 2022-03-11 14:54:53.659000             🧑  作者: Mango

代码示例1
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]