Question

I found this and followed the link in the answer, but i'm not sure if i'm getting it. Redirect domain IIS to Apache

so i have a server running IIS listening to port 80 and a site "domain.com" on that setup. i created a subdomain "sub.domain.com" with Wordpress running on WAMP. i have WAMPs Apache listening to 8080 and i can see my site with localhost:8080/wordpress, so it seems like that's all working.

now, how do i route incoming traffic to one or the other? traffic for "www.domain.com" should go to IIS on 80, and traffic for "sub.domain.com" should go to Apache on 8080.

Is this even possible? (i also created an A record for "sub.domain.com" to point to the same IP as "www.domain.com" which is the IP of our webserver, so that's also taken care of)

any help would be appreciated!

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top