Redirection Counsel

by Banned 3 replies
4
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.
#programming #counsel #redirection
  • 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!
    • [ 1 ] Thanks
    • [2] replies
    • 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.
    • Banned
      It sure did!

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

      Kennedy.

Next Topics on Trending Feed