wordpress 博客.chrome上的重定向错误太多,FF上的空白页 [英] wordpress blog. too many redirect error on chrome, blank page on FF

查看:43
本文介绍了wordpress 博客.chrome上的重定向错误太多,FF上的空白页的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 wordpress 博客,它运行正常,但是当我尝试浏览到 mydomain/wp-admin 时,突然在 FF 上出现空白页面.在 Chrome 上我收到错误太多重定向.当我浏览到网站本身时,它打开正常.

I have a wordpress blog and it was working correctly but suddenly I get blank page on FF when I try to browse to mydomain/wp-admin. on Chrome I get error too many redirect. when I browse to the site itself it open fine.

我禁用了所有插件并删除了大部分插件,但这并没有解决我的问题.

I disabled all plugins and removed most of them but that did not solve my problem.

我将永久链接更改为默认链接并解决了问题,但我需要使用漂亮的 url (postname)

I change permalink to default and that solve the problem but I need to use pretty url (postname)

我的 .htaccess 文件,永久链接设置为 postname

my .htaccess file with permalink set to postname

# 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

谢谢

我发现了问题我将目录密码放在 mydomain.com/wp-admin 上以提高安全性.但为什么会导致太多重定向错误????有吗?

I found the problem I was placing directory password on mydomain.com/wp-admin for extra security. but why that cause too many redirect error ???? any one ?

推荐答案

我发现了问题,我将目录密码放在 mydomain.com/wp-admin 上以提高安全性.但为什么会导致太多重定向错误????

I found the problem I was placing directory password on mydomain.com/wp-admin for extra security. but why that cause too many redirect error ????

这篇关于wordpress 博客.chrome上的重定向错误太多,FF上的空白页的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆