Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi

    You can overload the config for the site url and wp url by adding the following lines to your wp-config.php

    define('WP_SITEURL', 'https://www.domain.name/wp');
    define('WP_HOME', ' https://www.domain.name');
    Thread Starter Gil Sousa

    (@heckel)

    I tried that, but I get a blank page each time I log in.

    Since I just recreated the blog, I can also backup the DB and create the blog from scratch again on the correct domain, but it would be nice to know how to fix this as well.

    in my experience a blank admin area is usually a fatal error in a plugin, try disabling all you plugins by :

    In your WordPress database, go in the wp_options table. Locate the option name “active_plugins”. Now edit the value of that option and change it to this: a:0:{}

    or

    remaining your plugins directory, something like plugins.deactivated

    once your back in reactivate them one by one. If you also have access to your apache logs you can look for the actual php error notices in their

    Thread Starter Gil Sousa

    (@heckel)

    Well, I got a different message now:

    You don’t have permission to access /wp/wp-admin/index.php on this server.

    Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

    How’s the best way to backup *only* the content via phpmyadmin and then recreate everything else? Maybe I’ll try that instead, I am just concerned about the content, nothing else.

    I have the same issue but now showing “The page isn’t redirecting properly

    domain.com/old/wp-admin/

    Hi. I am hoping someone can help. I tried to change my website address and now can’t access the admin page or do anything. I’m a little panicked but hoping the experts here will be able to rescue me. My original site address was changeagencycoaching.com, new (attempted) address is wtfabulouscoaching.com. Suggestions?

    Hello,

    I was working on my blog, but then I changed my domain and since then I haven’ been able to access it again (I’ve been waiting for 45 hours). Could you please explain me what to do?
    Thanks a lot.

    Erika

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Can't access wp-admin after changing the SiteURL’ is closed to new replies.