1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Help for Redirection of entire website

Discussion in 'Search Engine Optimization' started by tommseo, Jul 22, 2010.

  1. #1
    My current website is a dynamic website which has duplicate urls (4 years old website)
    Now i am going to change the CMS which has SEO friendly urls capability so i want to redirect my all old urls to new corresponding seo friendly urls.

    for example my internal service page has two idential urls mysite .com / urls?=1 and mysite .com/ urls?=1&2

    Plz tell me the right approach for redirection.
     
    tommseo, Jul 22, 2010 IP
  2. redrage

    redrage Peon

    Messages:
    72
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i dont follow you mate. i have never heard of this, can you tell us your site?
     
    redrage, Jul 22, 2010 IP
  3. quantikev

    quantikev Peon

    Messages:
    35
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi Tommseo.

    A simple and (search engine) safe way to redirect these old URL's is using a simple .htaccess file. This can be found in the root directory of your website (or can be added if it's not already there). You then simply add a line like this:

    Redirect /[I]folder[/I] [I]http://www.example.com/newfolder[/I]
    Code (markup):
    Where /folder is the old url followed by the new url.

    Click here for more instructions..

    Hope that helps!
     
    quantikev, Jul 22, 2010 IP
  4. SpiritDrinks

    SpiritDrinks Peon

    Messages:
    23
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Either .htaccess as mentioned above, or you will have to tie your default page to a database and learn some asp/php to redirect the page according to the query string.
     
    SpiritDrinks, Jul 25, 2010 IP
  5. tommseo

    tommseo Peon

    Messages:
    285
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Actually my current website has apsx pages now we care shifting it to php.
    ASP has dynamic pages and now we are using drupal with seo friendly urls. So please tell me the right way to redirect each and every dynamic urls to its seo friendly urls.
     
    tommseo, Jul 26, 2010 IP
  6. manish.chauhan

    manish.chauhan Well-Known Member

    Messages:
    1,682
    Likes Received:
    35
    Best Answers:
    0
    Trophy Points:
    110
    #6
    I would recommend you to read http://www.programmingfacts.com/2010/01/25/301-redirect-dynamic-urls-static/ this would definitely help you :)
     
    manish.chauhan, Jul 27, 2010 IP