Should I use mod_rewrite now ?

Discussion in 'Apache' started by rahman15, Mar 22, 2006.

  1. #1
    I have a data driven website which is fairly new. I did not use mod_rewrite to make URLs search engine friendly. But fortunately Google already indexed about 500 pages of my website.
    Now I am considering using mod_rewrite. Should I do this? Will it effect to my indexed pages?
    Thanks,
     
    rahman15, Mar 22, 2006 IP
  2. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Search engines can crawl urls with query strings without a problem.

    The (small) advantage of mod rewrite is that you can get keywords in the url.
     
    mad4, Mar 22, 2006 IP
  3. websiteideas

    websiteideas Well-Known Member

    Messages:
    1,406
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    130
    #3
    It should work fine with your indexed pages - both the old and new urls will work.
     
    websiteideas, Mar 22, 2006 IP
  4. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You have to make sure you 301 redirect the old url to the new one.
     
    mad4, Mar 22, 2006 IP