iis - Multiple urls point to same application with query strings -


i have 2 domain name, let's www.contoso.com , www.contoso.de , , in iis, have 1 web app , should take request

www.contoso.com -> www.internal.com?l=en

www.contoso.de -> www.internal.com?l=de

what's best practice , rewrite html anchors ( href ) appropriate ?


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -