如何使用PageID修复URL示例/?P=重定向错误太多

时间:2020-08-26 作者:Calvin

我最近将我的WordPress更新到了5.5,我遇到了;重定向错误太多“;当我使用带有页面id的URL时/?p=1234 (之前它在更新之前工作)。它不断重定向到/1 不管职位id号

我正在使用多站点,并且在永久链接设置中使用/%postname%/

正在检查重定向我得到以下结果:

?p=1234
301 Moved Permanently
1
301 Moved Permanently
1
301 Moved Permanently
1
我的.htaccess:

# BEGIN WordPress
# The directives (lines) between `BEGIN WordPress` and `END WordPress` are
# dynamically generated, and should only be modified via WordPress filters.
# Any changes to the directives between these markers will be overwritten.
<IfModule mod_rewrite.c>
#add a trailing slash
RewriteEngine On
RewriteCond %{REQUEST_URI} /+[^\\.]+$ 
RewriteRule ^(.+[^/])$ %{REQUEST_URI}/ [R=301,L]
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ /index.php/$1 [L,QSA]
RewriteEngine On
RewriteBase /
RewriteRule ^index\\.php$ - [L]
#add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\\.php)$ $2 [L]
RewriteRule . index.php [L]
</IfModule>
# END WordPress
有关如何进一步检查或解决此问题的帮助?

1 个回复
SO网友:Calvin

如果有人在将来寻找答案,我已经通过搜索

add_filter(\'redirect_canonical\'
在所有的插件中找到了罪魁祸首。

相关推荐

Site Kit Google Analytics安装程序出现错误:{“Error”:“‘reDirect_uri’无效‘”}

我在为我的主域和子域配置SSL以及通过HTTP强制HTTPS链接时遇到了一些困难:我生成了SSL Let’s encrypt证书,然后找到了一个要添加到的解决方案。htaccess:RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] 现在,添加此项后,我的SSL问题得到解决,但我可以通过Site Kit插件在google anal