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/Rewrite/Common/VirtualHandler The comment on the change is: Moved to the common configs and faqs area ------------------------------------------------------------------------------ + ## page was renamed from Rewrite/VirtualHandler Perhaps the most frequently asked rewrite question seen on #apache involves mapping arbitrary URIs to a handler script or proxy URL. There are several variations on this theme, detailed below. 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.
