Tagged Questions

1
vote
1answer
175 views

How do I stop UrlRewriter stripping my + symbols

I'm using Intelligencia's UrlRewriter in my application and I'm having a problem where the rules I've setup appear to be stripping the + symbol from my url. For example I want to have the urls ...
0
votes
0answers
31 views

how to write the regex about URLRewriter

I use the URLRewriter like this: http://msdn.microsoft.com/en-us/library/ms972974.aspx,and i need to write RewriterRule, Such as: <RewriterRule> ...
0
votes
2answers
138 views

ASP.NET UrlRewriter - How to Write RegEx for Root?

I have been trying to use UrlRewriter (Intelligencia.UrlRewriter.dll) in a test project. My rewrite statement is as in the following: <rewrite url="~/Sample/(.+)" to="~/Sample.aspx?Test=$1"/> ...
0
votes
3answers
173 views

Need help with this Regex + UrlRewriter.NET please :)

Previously, on StackOverflow ... (Summarized) I need to capture all requests, for a particluar subdomain .. and rewrite their destination. Now, the trick to determining the host via ...
0
votes
2answers
1k views

Using Intelligencia UrlRewriter regex .asp pages to a holding page

When looking over the statistics for my site, I realized that the vast majority of traffic is coming via third party links to classic ASP pages which haven't existing for a few years now. I decided ...