.htaccess配置如下 12345678910111213141516171819202122 RewriteEngine OnRewriteRule ^(frontend|admin)/web/ -# Handle the case of backend, skip ([S=1]) the following rule, if current matchedRewriteRule ^admin(/(.*))?$ backend/web/$2 [S=1]# handle the case of frontendRewriteRule .* frontend/web/$0# Uncomment the following, if you want speaking URL#RewriteCond %{REQUEST_FILENAME} !-f#RewriteCond %{REQUEST_FILENAME} !-d#RewriteRule ^([^/]+/web)/.*$ $1/index.php 赞微海报分享
近期评论