You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wiki-changes@httpd.apache.org by Apache Wiki <wi...@apache.org> on 2007/07/29 16:32:16 UTC

[Httpd Wiki] Trivial Update of "RewriteVirtualHandler" by noodl

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Httpd Wiki" for change notification.

The following page has been changed by noodl:
http://wiki.apache.org/httpd/RewriteVirtualHandler

The comment on the change is:
Fix link following from the reorganisation

------------------------------------------------------------------------------
  
  The technique of mapping all but a few URI patterns to a handler can be used to delegate the process of URI translation to a more capable programming environment than is provided by mod_rewrite. It is easier to parse e.g. ''/books/history/french_revolution'' with a scripting language than with a set of depth-limited patterns, for example.
  
- The rules shown here are designed to work in !VirtualHost context. For information on translating them for .htaccess context, see [:Rewrite/Context:Context]
+ The rules shown here are designed to work in !VirtualHost context. For information on translating them for .htaccess context, see RewriteContext
  
  === Map any request to a handler ===