On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote:
> From the Apache mod_rewrite documentation, the RewriteMap should be
> working under both server config and virtual host. I have the
> following RewriteMap rules:
>
> RewriteMap images txt:/path/to/img.map
> RewriteRule ^/images/([0-9][0-9][0-9])(.*)$
> /multimedias/${images:$1}/$2 [L,PT]
>
> which I need to make it work on all the VirtualHosts. If I configure
> it on each VirtualHost, the rewritting map worked well. But if I move
> this to the server-configure level? the RewriteMap dont work any
> more?? The same situation happened in setting up RewriteRules.
Working as designed I believe, see RewriteOptions
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewriteoptions
Or use the Include directive and keep these common rules in a separate file.
--
Eric Covener
[EMAIL PROTECTED]
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
" from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]