1. 问答
  2. 问答详情

yii2 前后台写htaccess

yii2 前后台写htaccess,前后台:/frontend/web/index.php与/backend/web/index.php

1个回答

0

采纳

Options +FollowSymLinks
IndexIgnore /
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php

保存为.htaccess
分别保存到
/frontend/web/
/backend/web/
目录下

撰写答案

验证码
点击刷新