• I messed with settings for my wp site url adress (in settings) and now I can’t get into wp admin site. it redirect me to my domain page, and do not show the cocpit and I’m not possible to edit my page. I had the latest version exported, but when I import it on the other admin site it doesnt import everything and my site is messed-all page links are not working, also pictures are not loading. I had a pro version of Theme, but of course after import it is a free version now.

    the main problem is how can I get to the WP Admin site?

    I was thinking, is there any option to remove the account of this site and try to make it again. I have WP app via the external developer installed on my server. is there any chance to remove the wp site admin completely and start from a scratch?

    • This topic was modified 1 year, 3 months ago by amonag.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • If you’re unable to access WP Admin due to a redirect issue after changing the site URL, follow these steps:

    • Connect to your site via FTP or file manager.
    • Navigate to the root directory and locate the wp-config.php file.
    • Add the following lines just above the “/* That’s all, stop editing! Happy blogging. */” line:
      define('WP_HOME','https://example.com'); define('WP_SITEURL','https://example.com'); Replace ‘https://example.com‘ with your actual site URL.
    • Save the file and check if you can now access WP Admin.
    • This reply was modified 1 year, 3 months ago by Liz D.
Viewing 1 replies (of 1 total)
  • The topic ‘WP admin site’ is closed to new replies.