Questions tagged [urlrewriter.net]

The open source URL rewriter for ASP.NET from urlrewriter.net

67 questions
1
vote
1 answer

Can we create subdomain URLs without actually creating a subdomain in asp.net?

Is this possible to mimic URLs in Asp.net without actually creating a sub domain. Is this possible using URLRewriter. I've to use URLRewriter only. I'm using asp.net 4.0 and IIS 6. So i won't user IIS 7's URL rewriting extensions.. For example : URL…
Mayank Pathak
  • 3,621
  • 5
  • 39
  • 67
1
vote
0 answers

UrlRewrite.net optional / and optional additional url parts

I'm writing a URL rewriter.net rule and one thing is missing. This is the rule, and it works fine. But i want it to work for the following situations as well: /webshop/products/(.+)/(.+) (with no trailing slash)…
Tys
  • 3,592
  • 9
  • 49
  • 71
1
vote
0 answers

Redirect to Flash section with UrlRewriter.NET

I'm using UrlRewriter.NET for URL Rewrite. But my site is made with flash. All flash sections load inside a Default.aspx. When a section is loaded the URL changes to, and can be accessed from mysite.com/Default.aspx#SectionName My goal is to be able…
Yushell
  • 745
  • 1
  • 7
  • 16
0
votes
1 answer

IIS URL Rewrite Outbound PostBackUrls

I'm trying to write URLs inside my Web Applications both In- and Outbound using IISs URLRewriter like so: www.domain.net/SomeSite.aspx to www.domain.net/SomeSite using this RegEx for Inbound: ^([A-Za-z0-9]+)([\?A-Za-z0-9=&]+)?$, much to my surprise,…
Dennis Röttger
  • 1,975
  • 6
  • 32
  • 51
0
votes
1 answer

wrong page link using urlRewritter.Net

i am using urlRewritter.Net for url rewritting...which works fine...i have a hyperlink on the page with navigateurl "~/Index.aspx" but clicking on the link takes me to "http://localhost:2731/CitiZenJourNalism/ ViewProfile/ Index.aspx" instead of…
user1150440
  • 439
  • 2
  • 10
  • 23
0
votes
1 answer

how to use regex

I am using UrlRewriter.NET for urlrewriting...how do i write the regular expression for http://localhost:2731/CitiZenJourNalism/ViewProfile.aspx?uid=3eb5bf69-1047-4936-9885-8ff41d45646f in this format
user1150440
  • 439
  • 2
  • 10
  • 23
0
votes
1 answer

Umbraco rewrite rules using UrlRewritingNet

I'm trying to setup some rewrite rules for a new Umbraco website we have. I need to redirect from the previous website Url's to the new location within Umbraco,…
Ian Houghton
  • 249
  • 3
  • 19
0
votes
0 answers

Url rewrite after authentication in .NET Core

I need some help as I'm not sure if this is even possible. I am building a web app where I am embedding another site inside our app. We want to make sure that they get authenticated first before they can access the page and one of the pages would…
Vesy04
  • 1
0
votes
3 answers

URL Rewriter.NET web.config node issue

I'm using URL Rewriter.NET (which I'm liking a lot, by comparison to URL Rewriting.NET - more versitile it seems, don't get me wrong, I like URL Rewriting.NET, but it didn't seem to satisfy the need, given what I know of the tool). I'm trying to use…
CodeMonkey1313
  • 15,717
  • 17
  • 76
  • 109
0
votes
1 answer

how to use url rewriter.net to auto rewrite urls

i am trying to rewrite any URL that match this pattern: ~/Ahmed ~/Name to this: ~/User/Ahmed/Ahmed.aspx ~/User/Name/Name.aspx and i can write them individually but what i am trying to do is detect any URL that look like "~/User/Ahmed/Ahmed" and…
Wahtever
  • 3,597
  • 10
  • 44
  • 79
0
votes
1 answer

Intelligencia URLRewriter - All *.html to *.aspx

How do I tell URLRewriter to convert all *.html request into *.aspx requests? The following works just fine for one page. How do I do it in one place for all pages? Thanks,
KAR
  • 33
  • 3
0
votes
1 answer

UrlRewriter.net exclusive regex rules

I am trying to add some rewrite rules using UrlRewriter.net to my ASP.NET web app. The problem is that I am a Regex newbie, and provided examples are pretty elementary. My question is: how do I differentiate urls which contain GET query…
regexnewb
  • 23
  • 4
0
votes
1 answer

UrlRewritting + ASP.NET AJAX + IIS 7 on localhost + IIS 7 Remote

I am getting these issue in my website if i use UrlRewritting with ASP.NET AJAX I was getting ScriptResource.axd 404 Error on Devserver I removed that by using Rewrite rule for that and add that following code in web.config's section…
0
votes
1 answer

I am using Intelligencia.UrlRewriter for URL rewrite appending

I am using Intelligencia.UrlRewriter for URL rewrite in my asp.net application. My URL structure is like www.example.com/media/index.html. I am facing a big problem with URL rewrite, whatever append with the above mentioned url its taking to same…
0
votes
2 answers

Getting last part of URL into variable with Url Rewriter

I'm using Url Rewriter to create user-friendly URLs in my web app and have the following rule set up How do I replace $1 so that it is the last part of the URL? So that the…
m.edmondson
  • 30,382
  • 27
  • 123
  • 206