Mod Rewrite

Mod Rewrite is a tool which allows you to return a different URL from the one that was requested. One of it’s uses is to convert dynamic URLs into static looking HTML URLs in order to make them more memorable to users. mod_rewrite is also used for SEO purposes as Search Engines are not keen on dynamic URLs and they generally take longer to index them. An example of mod rewrite: A user may ask for http://www.gravytrain.com/marketing/ppc/, but will really be given http://www.gravytrain.com/index.php?subject=marketing&service=ppc by the server.  So the user will be viewing the content on the dynamic page http://www.gravytrain.com/index.php?subject=marketing&service=ppc, but the URL address in the browser will read http://www.gravytrain.com/marketing/ppc/

See Also: URL Rewrite

One Response to “Mod Rewrite”

  1. URL Rewrite « Glossary Says:

    [...] See Also: Mod Rewrite [...]

Leave a Reply