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
1answer
23 views

Getting the query string when using Tuckey URL Rewrite

I have the following rule: <rule> <from>^/users/(.*)$</from> <to last="true">/users.do$1</to> </rule> And I want to match the following url: ...
0
votes
0answers
35 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
143 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
174 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 ...