该网站由1和;昨天,他们向该站点添加了ssl证书。
该网站一夜之间自动更新为4.7。
主页都正常工作,页面的永久链接也正常工作,我认为htaccess是正确的
# AddType x-mapp-php5 .php
# AddHandler x-mapp-php5 .php
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
非常奇怪的是,永久链接的页面工作得很好,只有帖子是错误的。
打开Permalinks后,所有帖子都会重定向回主页。
我能找到的唯一重写过滤器是add\\u filter(\'rewrite\\u rules\\u array\',\'wc\\u fix\\u rewrite\\u rules\');用于WooCommerce。
我也有重定向插件,但这对我来说一直都很好,禁用它也没什么区别。
有人能提出其他建议吗。除了依次关闭每个插件(站点已激活加载)。。。
最终无法解决问题,所以恢复回之前的更新。