Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
7 user(s) are online (7 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Rewrite engine

A rewrite engine is a piece of web server software used to modify URLs, for a variety of purposes. Some benefits derived from a rewrite engine are:

  • Making complex web site structures search-engine friendly
  • Preventing undesired hot linking
  • Not exposing the (web address related) inner workings of a website to users
  • The Apache HTTP server has a rewrite engine called mod_rewrite, which has been described as the Swiss Army knife of URL manipulation .

    Rewrite engines for Microsoft s Internet Information Server (IIS): *IISRewrite from Qwerksoft *ISAPI_Rewrite from isapirewrite.com *[http://www.motobit.com/help/url-replacer-rewriter/iis-mod-rewrite.asp URL Replacer] from Motobit

    =External Links=

    *[http://httpd.apache.org/docs/mod/mod_rewrite.html Apache s mod_rewrite]: a detailed discussion of mod_rewrite s many features. *[http://www.yourhtmlsource.com/sitemanagement/urlrewriting.html Rewrite URLs with mod_rewrite]: a tutorial for redirecting URLS.