wordpress网站首页能打开内页打开不开,404错

 2022-06-23    501  


wordpress网站首页能打开内页打开404Not Found怎么办?

wordpress网站首页能打开内页打开不开,404错

一、wordpress网站首页能打开,里面页打开提示

404 Not Found

The requested URL was not found on this server.

分析:

伪静态原因导致

解决方法:

设置好伪静态规则一般就可以解决

apache伪静态规则:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

二、

wordpress后台分类无法打开

伪静态的原因。可以尝试换成thinkphp

三、wordpres内页404,网址乱码

标题需要换成英文或者拼音,或者改成固定地址,不要带有中文即可,不然无法

  •  标签:  
  • html
  •  

原文链接:https://77isp.com/post/1466.html

=========================================

https://77isp.com/ 为 “云服务器技术网” 唯一官方服务平台,请勿相信其他任何渠道。