Results 1 to 3 of 3
  1. #1
    areacode905's Avatar
    areacode905 is offline Public Member
    Join Date
    January 2010
    Location
    Oakville
    Posts
    15
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to do 404 Redirects ..

    **** I mean 301 Redirects!! ***

    I'm not too sure if this is where I'd ask this.

    I'm updating my website with a whole new design. I eliminated categories and certain pages. I am almost ready to launch the new design, but many of my original sites pages have been indexed and linked with other sites. How would I do 301 redirect for almost 80 pages??
    Last edited by areacode905; 5 May 2010 at 4:07 pm.

  2. #2
    Renee's Avatar
    Renee is offline Sponsor Affiliate Program
    Join Date
    August 2005
    Posts
    9,071
    Blog Entries
    6
    Thanks
    6,642
    Thanked 3,539 Times in 2,205 Posts

    Default

    The beauty of search

    https://www.gpwa.org/forum/redirect-pages-187118.html

    There are a couple of tips in that thread - let us know if you still have any trouble after that.

    Cheers
    __________________
    Renee, Affiliate Program Manager
    http://www.RewardsAffiliates.com
    Affiliate Program for CasinoRewards.com
    Best Affiliate Manager - CAP Awards 2008
    Best Casino Affiliate Manager - CAP Awards 2009
    Best Casino Affiliate Manager - iGB Affiliate Awards 2010

  3. #3
    clearlyportals is offline Private Member
    Join Date
    March 2010
    Posts
    86
    Thanks
    0
    Thanked 15 Times in 14 Posts

    Default

    The best way I believe if is if you have the ability to use mod-rewrite? .htaccess files

    A simple test would be to place a file which is named: .htaccess into the root of your server that looks something like this:


    #==== .htaccess =========

    Code:
    redirect 301 /some-old/url.html http://www.anydomain.com/new-url.html
    you can also use regular expressions to pattern match your urls so that you can do bulk re-directs in one go, but this may take a little working out:

    http://www.isitebuild.com/301-redirect.htm

  4. The Following User Says Thank You to clearlyportals For This Useful Post:

    Renee (6 May 2010)

Posting Permissions

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