Mobile app version of vmapp.org
Login or Join
Annie201

: IIS 7.5 - HTTP Redirect and URL Rewrite my goal is to give the users a friendly url like appname-help which should point to a sharePoint wiki site where we create the help content, the SharePoint

@Annie201

Posted in: #Iis7 #Net #Redirects

my goal is to give the users a friendly url like appname-help which should point to a sharePoint wiki site where we create the help content, the SharePoint url is ugly and long, something like: myprojectportal/Companyname/ProjectCollection/appName/WikiName/Wiki%20Pages/Home.aspx
which of course nobody likes.

After having asked the Server guys to create a DNS entry like this: appname-help which points to my web server I am now trying to configure IIS to redirect to the long url, creating a web site and configuring the HTTP Redirect feature it works fine but after redirect in the browser I still see the long old url while I would like IE and other browsers to keep showing the short friendly url appname-help even if the redirect has been done and the content comes from the SharePoint.

What else should I configure in the web.config or should I use the additional URL Rewrite module available here: www.iis.net/download/URLRewrite?
since I am redirecting to SharePoint site and not to a custom ASP.NET web application I have no global.asax nor any .NET C# file to edit only web.config and IIS settings for the redirect website to play with...

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Annie201

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme