• I accidentally changed my wordpress URL under settings, and now I can’t login. I have tried everything.

    When i go to my domain which is pointed to my site, there is no stylesheet and the pictures and media are just scattered all over the screen.

    Does anyone know how I can log back in?

    I have tried:

    podcast6738.com/wordpress/wp-admin (what i used to use)
    podcast6738.com/wp-admin

    PLEASE HELP!! I have been marketing the site all day, and now it looks horrible.

Viewing 1 replies (of 1 total)
  • You have several options:
    1. Login to phpMyAdmin, and manually change the “siteurl” and “home” records in the wp_options table.
    2. Open up wp-config.php, and add these lines:

    define('WP_HOME','https://your.correct.url.com/path/to/wordpress');
    define('WP_SITEURL','https://your.correct.url.com/path/to/wordpress');

    Then you may access your site. Go to admin, change back the site url on the admin page as well, then remove the above lines from your wp-config.php.

    For more options, see: https://codex.www.ads-software.com/Changing_The_Site_URL

Viewing 1 replies (of 1 total)
  • The topic ‘Accidentally changed URL under "Settings" – Can't login’ is closed to new replies.