• 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?

    Netlify might not offer built-in phpMyAdmin access. Check your Netlify configuration or documentation to see if they have any options for accessing databases. You can learn about the details in depth at the official php database :https://docs.phpmyadmin.net/en/latest/config.html

    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
Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.