📜  htaccess 将所有请求路由到 index.php - Shell-Bash 代码示例

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

代码示例2
RewriteRule ^((?!web/).*)$ web/$1 [NC,L,R]