That does not work because {1} appears to pick up both the host AND the
port. For example, {1} picks up www.example1.com:8080 and not
www.example1.com .
I think there's a regexp host matcher - have you tried it?
Geoff
dave- wrote:
How can you obtain the virtual host name without the port?
For example, <map:match type="host" pattern="**"> includes the port in {1}.
Never used it, but could you try <map:match type="host" pattern="*:*"> and then use {1}, and ignore {2} which will be your port number.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
