On 12/6/05, gregory duchesnes <[EMAIL PROTECTED]> wrote:

> RewriteCond ${vhost:%1} ^(/.*)$

That %1 doesn't reference anything, which is why you have an empty
key.  I think you want to replace it with ${lowercase:%{SERVER_NAME}}

Be careful here, however.  What happens if the name isn't in the map? 
You should at least supply a default.

Joshua.

---------------------------------------------------------------------
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]

Reply via email to