简体   繁体   中英

Wordpress pages redirecting to Home page

I have a wordpress website at http://www.wjewel.com/ . All the pages of the website are getting redirected to home page. There is no .htaccess file or web.config file for redirections. Can someone please guide me what could be the reason for this issue.

Resetting the permalinks within WordPress will resolve this issue.

To reset the permalinks for your WordPress installation:

  • Log into the WordPress Dashboard.
  • In the side panel, go to Settings > Permalinks.
  • Make note of the current setting. (If you are using a custom structure, copy or save the custom structure somewhere.)
  • Select the Default option.
  • Click Save Changes.
  • Now select the previous setting you had before Default was selected.
  • Click Save Changes.

Redirection is done on client side. You have this meta tag in the html head .

<meta HTTP-EQUIV="REFRESH" content="0; url=http://www.wjewel.com">

(It has nothing to do with PHP headers)

I'd try to look for plugins injecting that meta tag or theme header.

Also just an observation - html body on /about/ page (for example) is empty.

I had this issue today and found that Yoast SEO have a permalinks setting which had two of my pages listed as redirect to home page.

I don't recall myself setting them up, but thankfully there was a button to delete those pages from that list.

在此处输入图片说明

Old question but I had the same issue and tried all solutions with no luck. Even deleting htaccess didn't work. I changed my settings to set latest posts as my homepage and then changed it to the desired page and that did the trick (at least for now)

fixed

I had a similar problem.

But only some selected pages were redirecting to home. And these pages which were redirecting worked on page no. permalink setting.

Tried everything as mentioned above, nothing worked.

I cleared my browser cache and it was all good again.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM