无法访问 Wordpress 仪表板,它只是重定向到主页,为什么?

发布于 2024-11-14 14:25:03 字数 749 浏览 2 评论 0 原文

我真的很担心我一整天都在编辑我的博客,但现在如果我转到 /wp-admin/ ,我根本无法访问仪表板,它会将像下面这样的重定向返回到我的主页; http://www.louisemccomiskey.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.louisemccomiskey.com%2Fblog%2Fwp-admin%2Ftheme-editor.php&reauth= 1.

我在仪表板上做的最后一件事是编辑 WordPress 域所在的设置,然后编辑您是否希望主页位于单独的位置。 这些设置是: http://www.louisemccomiskey.com/blog/ 我将其更改为: http://www.louisemccomiskey.com/

我认为这是问题所在,但我没有办法改变它回来,因为它不让我进去, 任何帮助将不胜感激,因为我有点吓坏了? 谢谢 路易丝

Im really worried Ive been editting my blog them all day fine but now I cant access the dashboard at all if I go to /wp-admin/ it puts a re-direct like this one below back to my home page;
http://www.louisemccomiskey.com/wp-login.php?redirect_to=http%3A%2F%2Fwww.louisemccomiskey.com%2Fblog%2Fwp-admin%2Ftheme-editor.php&reauth=1.

The last thing I did on the dashboard was edit the settings where wordpress domain was located and then if you wanted the homepage to be in a separate place.
These settings were:
http://www.louisemccomiskey.com/blog/
and I changed one to:
http://www.louisemccomiskey.com/

I think think is the issue but I have no way of changing it back as it wont let me in,
any help would be much appreciated as Im slightly freaking out?
Thankyou
Louise

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

送舟行 2024-11-21 14:25:03

通过选择 wp_options 表并运行 select * from wp_options where option_name = 'siteurl'; 等查询并编辑返回的记录来撤消所做的更改。

顺便说一句,如果您想在其他地方拥有主页链接,您可以使用此插件 - 页面链接来实现它。

Undo the change you made by selecting your wp_options table and running a query like select * from wp_options where option_name = 'siteurl'; and editing the returned record.

Incidentally, if you'd like to have your homepage link elsewhere, you can use this plugin -- Page Links To to achieve it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文