On 12/6/05, gregory duchesnes <gregory@xxxxxxxxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx