Hi - I'm attempting to do what I imagine is a very simple rewrite, but all my research has thrown up such complex examples that my head is spinning. I'd very much appreciate it if someone can please explain how to remove a level from an URL (Win2008R2). For
example, an URL is nnn.nnn.nnn.nnn/ab/cd/ef but I want to always remove the last level, whatever it is, so it reads nnn.nnn.nnn.nnn/ab/cd Many thanks! Pete
Thanks for the reply. Problem is solved. In fact, many of the problems I've been experiencing seem to suddenly be ok after applying a heap of Windows Update patches to the server...
healdp
11 Posts
Simple rewrite
Feb 14, 2012 04:14 PM|LINK
Mamba Dai - ...
651 Posts
Microsoft
Re: Simple rewrite
Feb 21, 2012 09:44 AM|LINK
Hi,
Try to use URL Rewrting Module:
http://learn.iis.net/page.aspx/734/url-rewrite-module/
To get started URL Rewrting please check this tutorial:
http://learn.iis.net/page.aspx/461/creating-rewrite-rules-for-the-url-rewrite-module/
You mentioned your research were such complex. Don't worry, the tutorial above is very simple to implement the url rewriting.
Any problem please feel free to follow up. I'm here!
Feedback to us
Develop and promote your apps in Windows Store
healdp
11 Posts
Re: Simple rewrite
Feb 22, 2012 09:21 PM|LINK