魔契的圣女巴比伦汉化直装版
免费网站更改固定链接后,再进入文章会出现404错误页面,找不到页面。
这是因为我们更改了固定链接后没有设置伪静态规则而导致的。需要进入服务器设置伪静态规则
根据不同的环境需要设置不同的规则。
Apache设置伪静态规则,修改.htaccess文件,位置在网站根目录
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
Nginx设置伪静态规则,修改nginx.conf文件,位置在server/nginx/conf/nginx.conf
location /
{
try_files $uri $uri/ /index.php?$args;
}
rewrite /wp-admin$ $scheme://$host$uri/ permanent;
联系邮箱:ert5tyx@163.com(三个工作日内处理)
Copyright © 2020 · 晓白pos网 皖ICP备2022013394号-7