Helpfull tips for changing domains

I did this on a list with 50,000+ members and it worked out fine.

you will need to put a dynamic 301 redirect to handle all your incoming button requests to avoid your members having to change their link code.

edit site_url in admin settings to your new URL

Thats about all there is too it, the biggest issue is to ensure that 301 redirect is working. And knowing that you will need to keep paying for the old domain otherwise you will need your members to update their link code.
 
Im having problems with the banners not showing, they are trying to be indexed by the old domain.
 
Last edited:
Im not that confident with my ability to mess with the MySQL, so I'll need some help when you have the time Mark. Thanks
 
assuming your sql prefix is vl

Code:
update vl_sites set banner_url = replace(banner_url,'olddomain.com','newdomain.com');
Again, be sure and take a backup.
 
assuming your sql prefix is vl

Code:
update vl_sites set banner_url = replace(banner_url,'olddomain.com','newdomain.com');
Again, be sure and take a backup.


That did the trick, thank you.

I only have 1 url being pulled from my old domain, from disqus.com/count.js

I've updated my disqus site domain, so I assume thats just up to disqus to update on their end.
 
Back
Top