Remove anywhere from web address
Any idea how I can replace anywhere with default web link? instead of http://server_Name/Anywhere to use http://Server_Name
0
Any idea how I can replace anywhere with default web link? instead of http://server_Name/Anywhere to use http://Server_Name
Comments
I had it setup for our customer portal however only my infra team can view IIS settings.
So on top of my head I think we used the URL rewrite module in IIS and wrote a regex pattern.
This pattern would then redirect all incoming traffic to https://tarigtserver to https://targitserver/antserver
https://docs.microsoft.com/en-us/iis/extensions/url-rewrite-module/creating-rewrite-rules-for-the-url-rewrite-module
This website a few useful ways to use this module : https://www.yaplex.com/blog/examples-iis-rewrite-rules/
This is my web.config file of the default website where targit is installed.
Thanks a lot!!
Please sign in to leave a comment.