{
    "version": "https://jsonfeed.org/version/1",
    "user_comment": "This feed allows you to read the posts from this site in any feed reader that supports the JSON Feed format. To add this feed to your reader, copy the following URL -- https://wp-devil.com/tag/site-relocation/feed/json/ -- and add it your reader.",
    "home_page_url": "https://wp-devil.com/tag/site-relocation/",
    "feed_url": "https://wp-devil.com/tag/site-relocation/feed/json/",
    "title": "WP Devil",
    "description": "WordPress, ClassicPress, Music and Geekdom",
    "items": [
        {
            "id": "https://wp-devil.com/breaking-the-curse-of-the-admin-redirection-loop/",
            "url": "https://wp-devil.com/breaking-the-curse-of-the-admin-redirection-loop/",
            "title": "Breaking the Curse of the Admin Redirection Loop",
            "content_html": "<p>Second time this has happened to me: A WordPress site needed to be updated to WP 5.x and switched over to a temporary subdomain. After doing the usual dance of backup, duplicate and manual update of WP, when I was trying to access the frontend, I&#8217;ve got redirected again to the backend. The <a href=\"https://www.hostinger.com/tutorials/fix-wordpress-login-redirect-loop\">usual suspects</a> like deleting all cookies, replacing all occurences of the old site URL in the database etc. didn&#8217;t work .. </p>\n<p>But then I remembered: Last time this happened to me, the cause were left-over transients &#8211; specifically of the PolyLang plugin. Apparently it&#8217;s storing some auto-redirection info in a transient, prefixed with <strong>_pll_</strong>. Delete THAT, and The Curse of the &#8220;Infininite Admin Interface Redirection Loop&#8221; will be broken \ud83d\ude42</p>\n",
            "content_text": "Second time this has happened to me: A WordPress site needed to be updated to WP 5.x and switched over to a temporary subdomain. After doing the usual dance of backup, duplicate and manual update of WP, when I was trying to access the frontend, I&#8217;ve got redirected again to the backend. The usual suspects like deleting all cookies, replacing all occurences of the old site URL in the database etc. didn&#8217;t work .. \nBut then I remembered: Last time this happened to me, the cause were left-over transients &#8211; specifically of the PolyLang plugin. Apparently it&#8217;s storing some auto-redirection info in a transient, prefixed with _pll_. Delete THAT, and The Curse of the &#8220;Infininite Admin Interface Redirection Loop&#8221; will be broken \ud83d\ude42",
            "date_published": "2019-12-02T23:37:20+01:00",
            "date_modified": "2019-12-03T00:18:13+01:00",
            "author": {
                "name": "fwolf",
                "url": "https://wp-devil.com/author/fwolf/",
                "avatar": "https://secure.gravatar.com/avatar/c2a31599f60eec1232806bfc26066ed2?s=512&d=mm&r=g"
            },
            "image": "https://wp-devil.com/wp-content/uploads/2019/12/tejq7cyc-za.jpg",
            "tags": [
                "polylang",
                "site relocation",
                "transients",
                "development",
                "wordpress"
            ]
        }
    ]
}