From 6ae3cff5b44a3d8c3404bcc9fc108af0ee737ee0 Mon Sep 17 00:00:00 2001
From: Rich Bowen RewriteRule
and
may be used, and give examples of each.
When a MapType of int
is used, the MapSource is one
+ of the available internal RewriteMap functions. Module authors can provide
+ additional internal functions by registering them with the
+ ap_register_rewrite_mapfunc
API.
+ The functions that are provided by default are:
+
+ To use one of these functions, create a RewriteMap
referencing
+ the int function, and then use that in your RewriteRule
:
+
Redirect a URI to an all-lowercase version of itself
+Please note that the example offered here is for
+ illustration purposes only, and is not a recommendation. If you want
+ to make URLs case-insensitive, consider using
+
When a MapType of int
is used, the MapSource is one
- of the available internal RewriteMap functions. Module authors can provide
- additional internal functions by registering them with the
- ap_register_rewrite_mapfunc
API.
- The functions that are provided by default are:
-
- To use one of these functions, create a RewriteMap
referencing
- the int function, and then use that in your RewriteRule
:
-
Redirect a URI to an all-lowercase version of itself
-Please note that the example offered here is for
- illustration purposes only, and is not a recommendation. If you want
- to make URLs case-insensitive, consider using
-
When a MapType of prg
is used, the MapSource is a
--
2.40.0