Well, here is what I want to do:
I have a virtual server and two other domains pointing to it.
Naturally, I would like to point them to files other than the main
index file. So, here is the question:
Assume that I have domains alpha.com and beta.com pointing
to gamma.com. This means that alpha.com/ and alpha.com/index.html
go automatically to gamma.com/index.html. The same for beta.com.
Can the index.html file on gammma.com recognize that the user
is actually coming from alpha.com (of beta.com) and redirect him/her
accordingly? It would be nice to send all allpha.com (beta.com)
users to a file other than the main index file of gamma.com.
Could a CGI script called from .htaccess or the HTML-file do it?
Thanks!
Dennis