by TheBizHelp Banned
3 replies
Hi Warriors,

I have several websites, most of them are non-functional but have good domain names that gets a lot of traffic.

I have just one important site I would love to redirect all these traffic to. Please how do I do this from their various control panels?

Thanks in advance.

Kennedy.
#counsel #redirection
  • Profile picture of the author Fahmzie
    Are you using CPanel? then follow this tutorial : Redirecting web pages in cPanel

    If not then upload .htaccess file for each domain and put this code

    RewriteEngine on
    RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]

    Hope Helps!
    {{ DiscussionBoard.errors[6217426].message }}
    • Profile picture of the author Karen Blundell
      using the .htaccess file is the quickest and best way to do it and is better for SEO reasons, apparently.

      there's a lot more things yo can do to an htacess file but it's best not to mess around too much with them unless you know what you are doing. There is documentation out there that is wrong and outdated but Fahmzie gave you the right code snippet to insert into the htaccess file.
      Signature
      ---------------
      {{ DiscussionBoard.errors[6220130].message }}
    • Profile picture of the author TheBizHelp
      Banned
      Originally Posted by Fahmzie View Post

      Are you using CPanel? then follow this tutorial : Redirecting web pages in cPanel

      If not then upload .htaccess file for each domain and put this code

      RewriteEngine on
      RewriteRule ^(.*)$ http://www.newdomain.com/$1 [R=301,L]

      Hope Helps!
      It sure did!

      I just set them to redirect now through your resource. Thank you Fahmzie, I appreciate.

      Kennedy.
      {{ DiscussionBoard.errors[6220442].message }}

Trending Topics