Heya,

I changed the domain name of my site. It's on the same host and all, just the domain has changed. It mostly works but sometimes it tries to access the old domain when changing options or posting.

I imagine there is a variable in the database somewhere. I had a poke around but didn't find anything I was really confident about.

Thanks for you help!

Comments

vm’s picture

clear your cache in your browser, including your cookies. (check to see if problem still exists)

inspect your settings.php file to see if there are any references to the old URL (check to see if problem still exists)

clear your cache tables in the DB (check to see if problem still exists)

Stripey’s picture

Thanks, I think settings.php did the trick. :)

askttt’s picture

What is the best way to do a 301 redirect to alert the engines that the domain name has been changed when URL aliasing has been utilized?

chadchandler’s picture

Glad you posted this because I am about to do the same thing. I'll report back if there are any problems, and "MissUnderstood".. Thanks for your help.