• Resolved Abhishek

    (@abhishe11sharma)


    Hi WordPress Experts

    I am facing an issue on WordPress 4.4, After update WordPress 4.4, my redirected URL get redirect loop error. here is my example of 301 redirected URL though .htaccess file:

    Redirect 301 /2012/12/How-to-do-Any-work.html /2012/12/how-to-do-any-work.html

    this redirect work well on WordPress 4.3 and it is giving redirect loop error WordPress 4.4.

    Please solve my problem.

    thanks

Viewing 12 replies - 1 through 12 (of 12 total)
  • Hi,

    It looks like both URLs are the same.

    Thread Starter Abhishek

    (@abhishe11sharma)

    Hi

    thanks to reply but it is not same, first URL have capital letters and redirect on small letter second URL.

    What I know, all URLs in WordPress are sanitize to lower case. So you can simply delete your redirect, your url will be lower case even if somebody type it with Uppercase.

    Thread Starter Abhishek

    (@abhishe11sharma)

    Ok I will try then tell you.

    thanks

    I have this problem and my solution is to delete _wp_old_slug to solve.

    please backup your db before do it.

    DELETE FROM wp_postmeta WHERE meta_key = ‘_wp_old_slug’

    via https://sofree.cc/wp-blogger-loop-redirect/

    Thread Starter Abhishek

    (@abhishe11sharma)

    Thanks Danny

    it work for me

    Thanks Danny

    it worked for me

    I wanted to chime in on this thread. My issue is slightly different in that I am not having any post redirection problems… I am having wp-admin redirection errors. Did anyone have admin redirection problems along with the post redirection issues?

    yes, my site automatically updated to 4.4.1 yesterday – I tried to login this morning and couldn’t due to too many redirects error, wtf

    I had to do a complete cPanel restore from backup as I spent hours on this without finding a resolution.

    If/when you find the solution, please post the answer here.

    WTF is right… ugh~!

    This is a slight tangent from the original poster but I wanted to answer the the 4.4.1 questions.

    The issue is accessing /wp-admin/ if you navigate to /wp-admin/index.php the redirect issue doesn’t happen and you can access the dashboard

    Hey BH,

    In my case it didn’t matter if I used wp-admin.index.php or not. They both resulted in a redirect error for me.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘redirect loop after update WordPress 4.4’ is closed to new replies.