I have two subdomains which are pointing to the same server:
I want to handle the two on port 80 inorder to be pointing like this:
I tried to play around with inbound rules without no luck.
Any help how to acheive these routes on windows server with iis?
To achieve your requirement you could try below steps:
Repeat same steps for the another site and use rewrite url as "/graphic/{R:1}"
Make sure you have a single website set up in IIS where you'll be hosting both subdomains and you should have the sub-folders kon
and graphic
in site root folder.