Welcome to TalkGraphics.com
Results 1 to 9 of 9
  1. #1

    Default Redirecting a web site-Advice and How to?

    Hello,


    I have a site that has been up for a while www.defiancecombatselfdefense.com, I have created a new site nearly finished and want to direct it to a new one www.fracttactical.com

    I cant wrap my head around exactly how to do this.

    I was told to do this:
    -------------------
    Just add a redirect rule to your .htaccess files such as -

    RewriteEngine On
    RewriteRule ^(.*)$ http://newdomain.com/ [R=301]

    That should redirect all traffic to the new domain.
    ------------------
    And to be honest I don't know if its correct or even how to do it?
    Can someone advise?

    Guy

  2. #2
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: Redirecting a web site-Advice and How to?

    On your old site, you should place a box that allows a user to click into the new site.
    In your old site design, in Web Properties... > Website > HTML code (body), place the following: <metahttp-equiv="refresh"content="3;url=http://www.fracttactical.com/"/>. This redirects the visitor from the old site to the new one after 3 seconds.

    I wouldn't bother about the .htaccess file unless you wish to map specific pages on the old site onto the new one.

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  3. #3

    Default Re: Redirecting a web site-Advice and How to?

    Hi Acorn,

    Thank you.
    - So if I have understood you correctly this will be an automatic redirect?
    - Would I need to do this on every page?
    - Also do you know if Google will penalise me for having information repeated on two sites, or does the Redirect take care of that?
    G

  4. #4
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: Redirecting a web site-Advice and How to?

    Yes, after three seconds, change it to <meta http-equiv="refresh"content="0;url=http://www.fracttactical.com/"/> for an immediate redirect.
    No, Website tab ensure it is on every page.
    Wouldn't think so as lots of sites do this .

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  5. #5

    Default Re: Redirecting a web site-Advice and How to?

    Fab.
    The only thing I don't understand is "Web Site Tab", what does that mean

  6. #6
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: Redirecting a web site-Advice and How to?

    Click image for larger version. 

Name:	Website Tab.jpg 
Views:	139 
Size:	103.1 KB 
ID:	103433

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  7. #7
    Join Date
    Aug 2008
    Location
    Canton, GA
    Posts
    666

    Default Re: Redirecting a web site-Advice and How to?

    The benefit of using the 301 redirects as suggested to you is that the search engines will pick up on the change and update their links as well. This way Google gets the domain name right, the old site doesn't need to hang around any more (at some point, though it's hardly instant), and you preserve whatever search engine placement you had. At some point, once the old links are gone from the search indexes, the .htaccess stuff can go away (if it matters) as all of the index's links will have been replaced with corrected ones pointing at your new domain.

    If you are only changing the domain name and everything else about the site remains the same, and you are going to keep the old domain name registered (forever) and you want to keep the old website index page in place (forever), then, yes you can forego the .htaccess method. Technically, the 301 redirects are the "correct" way to do this anyway though.

    If you want a more technical, deep explanation of this, check out this post here: https://productforums.google.com/for...cs/KQ2RPsLR35Y

    Does that make sense? Does it help at all?

  8. #8

    Default Re: Redirecting a web site-Advice and How to?

    That's all great and VERY, VERY helpful and its worked which is even better!!!!!
    Hoorah!!!! Thanks

  9. #9
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,882

    Default Re: Redirecting a web site-Advice and How to?

    Quote Originally Posted by themodeller View Post
    That's all great and VERY, VERY helpful and its worked which is even better!!!!!
    Hoorah!!!! Thanks
    Good, which approach have you followed so others may benefit?
    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •