What is url re- writing..?

Discussion in 'Search Engine Optimization' started by nirav shah, Nov 5, 2009.

  1. #1
    HI to all

    What is URL re- writing and when I will need to do that.?
    What is the way to do that I mean which kind of basic things I should be knowing to accomplish the task..?
     
    nirav shah, Nov 5, 2009 IP
  2. Feathers

    Feathers Peon

    Messages:
    209
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Basically, URL re-writing is using mod_rewrite via the .htaccess file to change the way your urls appear; this is usually done to make them more SEO friendly. An example below...

    No URL Rewrite: http://www.forum.com/showthread.php?t=93837474

    With URL Rewrite: http://www.forum.com/url-rewrite/how-to-rewrite-urls/

    This is done to inject keywords into your urls and also can be used to prevent duplicate content. This is done via the .htaccess file and below is a resource to start learning...

    http://httpd.apache.org/docs/2.0/misc/rewriteguide.html
     
    Feathers, Nov 5, 2009 IP
  3. mrbento

    mrbento Peon

    Messages:
    159
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Its part of Apache server’s mod_rewrite module, if yo enable it, you will be able to transparently redirect one URL to another.
     
    mrbento, Nov 5, 2009 IP
  4. rashida

    rashida Active Member

    Messages:
    1,429
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    80
    #4
    The url is written in terms of search engine friendly.
     
    rashida, Nov 6, 2009 IP