The input url of rewrite module doesn't start with "/", please update your pattern as
^([^/]+)/?$(remove the first slash) and it should work for you.
@Sam,
Since op is using IIS URL Rewrite Module, this Forum should be the proper forum for op's question. I agree ISAPI Rewrite could also help with the implementation, however, update the pattern only should be a more convenient approach :)
Thanks.
Marked as answer by Lloydz on May 13, 2012 03:18 PM
Lloydz
2335 Posts
Microsoft
Re: Very Simple URL Rewrite - Help Please
May 08, 2012 03:55 AM|LINK
Hi,
The input url of rewrite module doesn't start with "/", please update your pattern as ^([^/]+)/?$(remove the first slash) and it should work for you.
@Sam,
Since op is using IIS URL Rewrite Module, this Forum should be the proper forum for op's question. I agree ISAPI Rewrite could also help with the implementation, however, update the pattern only should be a more convenient approach :)
Thanks.