X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/c98b57cf26f5174f128602281eac7c496d254011..998ed17495b77c478978f547c154e28d96a03357:/lib/mod_rewrite.dtl diff --git a/lib/mod_rewrite.dtl b/lib/mod_rewrite.dtl index 9a6795a..2e29877 100644 --- a/lib/mod_rewrite.dtl +++ b/lib/mod_rewrite.dtl @@ -50,10 +50,14 @@ extern val rewriteRule : no_spaces -> no_spaces -> [mod_rewrite_flag] -> [^Vhost {{See Apache documentation for RewriteRule.}} -extern val rewriteCond: no_spaces -> no_spaces -> [mod_rewrite_cond_flag] -> [^Vhost]; +extern val rewriteCond : no_spaces -> no_spaces -> [mod_rewrite_cond_flag] -> [^Vhost]; {{See Apache documentation for RewriteCond.}} +extern val rewriteBase : no_spaces -> [Location]; +{{See Apache + documentation for RewriteBase.}} + extern type proxy_port; {{A port number above 1024}}