apache httpd Redirecting URL based upon Server Name

listed in answer

apache httpd Redirecting URL based upon Server Name
0 votes, 0.00 avg. rating (0% score)

ANSWER:

You can do this by using the ServerAlias variable in your virtual host configuration, this configuration item can support a list of server names/aliases:

http://httpd.apache.org/docs/2.0/vhosts/name-based.html

by WerkkreW from http://serverfault.com/questions/382646