emlog在百度云虚拟主机BCH中如何设置伪静态规则?
第一步:在网站的根目录(webroot下)新建一个名为【bcloud_nginx_user.conf】的文件,写入以下代码并保存:
- location / {
- index index.php index.html;
- if (!-e $request_filename)
- {
- rewrite ^/(.*)$ /index.php last;
- }
- }
重载后返回网站刷新即可。
【绿夏资源吧原创文章·转载请注明出处】
-----正文到此结束-----
发表评论 取消回复