• Once i change the localhost permalink to live server link (Netlify deployed URL) i won’t able to login into php admin

Viewing 6 replies - 1 through 6 (of 6 total)
  • Permalink is just a URL structure. As you mentioned when you move from localhost to live, you are not able to login. Are you updating blog and site URLs when you move from localhost to live server?

    Thread Starter shivani18

    (@shivani18)

    @kailash1 we have changed the site URL and home URL in the database. But still not able to login using new URL.

    Thread Starter shivani18

    (@shivani18)

    @blakeblossom Can you suggest other platforms to deploy the website? We already tried 2 platforms vercel and netlify and getting same error.

    Thread Starter shivani18

    (@shivani18)

    @kailash1 and @blakeblossom Awaiting your response Can you suggest any solution?

    In that event, you should ask your hosting provider for further help. It appears to be an issue with their setup or it may require some additional steps.

    When we move from local to live, we just requires following changes:

    • Update URLs from local to live
    • Restore the database and update wp-config.php to connect with live database.
    • Upload all contents

    It sounds like the issue is related to your database or site URLs. Make sure you’ve updated the site URL and home URL properly in the database and wp-config.php file. For a detailed guide on moving WordPress sites, check out WordPress Codex: Moving WordPress :https://codex.ww.wp.xz.cn/Migrating_Plugins_and_Themes

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Permalink not working’ is closed to new replies.