Hello, Is there a way to grab a header/DNS name using Apache 2.2? A little background: I have a primary DNS name and a secondary DNS name that maps to the same IP address. Right now, my Apache 2.2 configuration redirects the client directly to the index.pl page using the directives: <IfModule dir_module> DirectoryIndex index.pl </IfModule> when the DNS routes the client to my server. The secondary DNS name will also route to the same IP, thus serving index.pl for the second DNS name as well, which is not what I want to do. I have been informed that the secondary DNS name will not change in the browser when it routes to the server. Is there a way to grab this DNS name (would this be found as a header?) and redirect the client based on what that name is? I have a little bit of experience with mod_rewrite, but that experience is nominal at best. Any help or advice is appreciated, Michael DeClerck --------------------------------------------------------------------- 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