DNS / apache rookie here..
I've searched for the answer and no luck but it's possible that I don't know what to look for in a solution.
Many subdomains under .domain2.com each redirect to a specific page:
(subdomain1.domain2.com/folder/folder/?query=string).
I would rather avoid making any changes to domain2.com (in order to be backwards compatible). I would like to make things easier for users and create an alias from domain1.com to the page on domain2.com
subdomain1.domain2.com/folder/folder/?query=string
I can do anything necessary to the config situation with domain1.com
If you don't mind, let me know if this is a poorly described/incomplete question.
Dan