Best way to redirect to another domain ?

cosmin85

Active member
Hi!
What is the best way to redirect to another domain ?
I have a .org right now , buyed 3 years ago and i have buy the .net , so
i want to move entire forum to the .net domain . Thanks.
 
  • Change the domain in the XenForo basic board options.
  • Set up a HTTP 301 redirect from the old to the new domain (e.g. via .htaccess or your hoster's admin interface). Retain the URL path in the redirect.
  • Optional: change all internal links in forum posts, e.g. via SQL REPLACE(). This is not necessary with a working redirect.
  • Optional: use the webmaster tools of your favorite search engines to update the search index from the old to the new URL. This will speed up the index update.
 
  • Change the domain in the XenForo basic board options.
  • Set up a HTTP 301 redirect from the old to the new domain (e.g. via .htaccess or your hoster's admin interface). Retain the URL path in the redirect.
  • Optional: change all internal links in forum posts, e.g. via SQL REPLACE(). This is not necessary with a working redirect.
  • Optional: use the webmaster tools of your favorite search engines to update the search index from the old to the new URL. This will speed up the index update.
Thanks .
 
Top Bottom