下面是两个伪静态
location /
{
if (-f $request_filename) {
break;
}
rewrite ^/(.*)$ /index.php?domain=$1 last;
}
伪静态
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?domain=$1 [L]
下载地址
复制这段内容后打开百度网盘App,操作更方便哦。 链接:https://pan.baidu.com/s/1vYvzxjPwfilwXdqOPey_Ig 提取码:v4j9--来自百度网盘超级会员V5的分享
演示站:399399.xyz
文章评论