Results 1 to 6 of 6

Thread: A total numpty

  1. #1
    Senior Member YellowPeril's Avatar
    Join Date
    Nov 2010
    Location
    Norfolk
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts

    A total numpty

    I have very little technical knowledge and armed with this I have put together a temporary website for myself. I'm using this site to try certain things and gain knowledge before putting together a permanent job.

    I've had another site with the same domain name running for several years and references to the old site comes up in searches. Some of these will take people to the new site and others that have a sub reference that doesn't exist on the new site won't link. Obviously, I'd like to take advantage of these, but don't know how to link them to the new site - can someone help please?

    Home

  2. #2
    Member
    Join Date
    Oct 2009
    Posts
    55
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Hi

    You need to look into 301 redirects and depending on your hosting setup use apache / .htaccess to add rules to forward all old pages to your new page.

    If you do a google search you will find everything you need.

    Rachel
    Find me on twitter | @rachelgregory84

  3. #3
    Senior Member YellowPeril's Avatar
    Join Date
    Nov 2010
    Location
    Norfolk
    Posts
    102
    Thanks
    0
    Thanked 0 Times in 0 Posts
    I did say total numpty and having just searched 301 redirect, it may has well have been in Russian (which I also don't understand).

    If I were to create files in the same names as the links that are not linking, am I correct in thinking that these would link?

  4. #4
    Moderator Corrosive's Avatar
    Join Date
    May 2010
    Location
    Bristol, UK
    Posts
    980
    Thanks
    18
    Thanked 27 Times in 20 Posts
    If you can match all the URLs then that would work but 301 is still the way to go IMO.

  5. #5
    Senior Member
    Join Date
    Apr 2011
    Location
    Wilts
    Posts
    152
    Thanks
    0
    Thanked 0 Times in 0 Posts
    It's relatively easy, you just need a file with the original file names and where you need to redirect to: try Redirecting Your Way Out of Google : 301 Redirect

  6. #6
    Junior Member
    Join Date
    Apr 2011
    Posts
    25
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Yep, that link by squeezee is a good one. Just follow that carefully and you should be able to work out what to do. You'll be creating a line of code like this for each of the old pages you want to keep the google juice for:

    Redirect 301 oldPage.html http://www.symonds-design.co.uk/newPage.htm

Similar Threads

  1. Total Pants
    By robfenech in forum Website Design Critique:
    Replies: 2
    Last Post: 07-28-2010, 01:36 PM

Posting Permissions

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