Is it possible to point more than one domain name to a single virtual server. I know I can do this with the first virtual server (which becomes the default).
I also need to do it with other virtual servers (not in the number one place in the Apache file) by specifying a domain name.
I'd really appreciate your help with this. Struggling with this for some time.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm not sure what you want to do..
but if you want an apache virtual server say www.example.com to server up the same website using a different name say www.another.com then you can do that with the normal ServerAlias directive
Is it possible to point more than one domain name to a single virtual server. I know I can do this with the first virtual server (which becomes the default).
I also need to do it with other virtual servers (not in the number one place in the Apache file) by specifying a domain name.
I'd really appreciate your help with this. Struggling with this for some time.
I'm not sure what you want to do..
but if you want an apache virtual server say www.example.com to server up the same website using a different name say www.another.com then you can do that with the normal ServerAlias directive
so the apache config would be
d.