problems after changing domain
-
Hi everyone,
I am having problems with changing the domain of my WP site. After changing it unter Settings -> General, the frontend of the site is running without problems, but when I try to login into the backend, after filling out username and password I only get a white screen. I checked the wp_options table in the database, where home and site url are correct. In wp-config.php I set debug to true, but there are no errors, just some warnings. I also inserted the new url in wp-config.php bydefine('WP_SITEURL', 'http://newdomain.com'); define('WP_HOME', 'http://newdomain.com');that doesn’t make any difference, still a white screen in the backend. When I change everything back to the old domain, I can login without a white screen and everything is running ok.
I haven’t tried to disable all the plugins, because when the backend is accessible with the old domain it won’t be a problem concerning the plugins. Or could it? So before I try this (as there are many plugins), does anyone have any clues to what might have gone wrong?
The topic ‘problems after changing domain’ is closed to new replies.