Questions tagged [urlrewriting.net]

UrlRewritingNet.UrlRewrite is an Open Source Component for easy and reliable rewriting URLs with ASP.NET

UrlRewritingNet.UrlRewrite is an Open Source Component for easy and reliable rewriting URLs with ASP.NET

Based on "ASP.NET HTTP module for URL redirections" of Fabrice Marguerie it has been improved and enhanced by Thomas Bandt and Albert Weinert.

System Requirements

The component was designed and developed in 2006 for running with ASP.NET 2.0, but it works with ASP.NET 3.5 as well. The only requirement is a webserver running ASP.NET, for example Internet Information Services (IIS, Version 5.0 - 7.0).

Website

The homepage for the project can be found here : https://github.com/aspnetde/UrlRewritingNet

27 questions
0
votes
1 answer

Route HTTP images for a HTTPS site

I'm running a site where users can link images and thumbnails from other sites in their content. When viewing these images in the https secured user are, they are getting security warnings, because http content is contained in the https page.. To…
AyKarsi
  • 9,435
  • 10
  • 54
  • 92
0
votes
1 answer

URL Rewriting in asp.net mvc umbraco

I need to know when following rule didn't match, It should go to the error page. For example "sample-code" or "-my-code.html" keyword mismatch It will redirect to error page.
Yaseer
  • 506
  • 2
  • 14
0
votes
1 answer

UrlRewriting.net rewrite .htm to extensionless, but ignore umbraco directories

I need to redirect all of the legacy .htm urls for my website to extensionless urls, so: http://www.website.com/page.htm --> http://www.website.com/page I created the following rule in config/UrlRewriting.config, which fixed the above issue, but…
Jerreck
  • 2,930
  • 3
  • 24
  • 42
0
votes
5 answers

Urlrewriting.net IsPostBack always false

I am working on rewriting URLs Urlrewriting.net, and have run into what seems to be a common problem but I can seem to fix it. I'll present a simplified case. The URL rewriting is working perfectly with the rule:
0
votes
1 answer

How to Reject Get method when QueryString is passed

In MVC application My Current Route Config is: routes.MapRoute( "PaymentInformation", "PaymentInformation.aspx/{resNum}", new { controller = "Reservation", action = "Edit", resNum = UrlParameter.Optional } ); It calls below mentioned…
user4956321
  • 313
  • 1
  • 3
  • 15
0
votes
1 answer

Url Rewrite Angular ASP.NET

I am using URL Rewriting so that if the user reloads the page it he should land at the same view which he reloaded. To some extent i got what i wanted. I have 3 directories Admin and Users and a Root. I have written rewrite rules for all three…
Manish
  • 4,692
  • 3
  • 29
  • 41
0
votes
1 answer

Urlrewritingnet multiple rules on same url

this is my UrlRewritingnet config file:
Ras
  • 628
  • 1
  • 11
  • 29
0
votes
1 answer

How do I remove the "number/hash/pound/#" sign from the destination rewrite URL in Helicon ISAPI Rewrite?

I have the following rewrite rule set up: RewriteRule /ProductF12.aspx$ /womens-jackets/l/20 [I,O,RP,L] Problem: When someone hits: /ProductF12.aspx?ProductId=7814&lang=en&colour=950%7C666666&mc=yes#sthash.oYnetaAi.qjtu It goes to:…
Saturn K
  • 2,705
  • 4
  • 26
  • 38
0
votes
1 answer

UrlRewriting with urlrewritingnet

I want to rewrite url like below http://www.abc.com/ac/ac0008 to http://www.abc.com/temp/urlRewriter.aspx?oldurl=/ac/ac0008 and http://www.abc.com/ac/ac0008?vmid=233 to http://www.abc.com/temp/urlRewriter.aspx?oldurl=/ac/ac0008/vmid=233 so, In my…
Wiki
  • 43
  • 1
  • 8
0
votes
2 answers

Urlrewriting.net pages are not causing postbacks

I'm using webforms with UrlRewriting.Net to rewrite pages, e.g. http://www.example.com/stuff.aspx?c=30 becomes http://www.example.com/stuff/30-this-stuff.aspx. It works in so far as the correct content is loading; however, none of the…
Nick
  • 1,708
  • 14
  • 18
0
votes
1 answer

UrlRewriting.net in Umbraco redirects 6 times

I have an Umbraco website and i now started using the Urlrewriting.net that comes with it. Now it seems that all redirect pages are loaded 6 times after 1 click. The Page_Load event get's hit 6 times on a page that is loaded through a redirect and…
Tys
  • 3,592
  • 9
  • 49
  • 71
0
votes
1 answer

UrlRewriting.Net Regular expression - "Not in string"

i may be barking up the wrong tree here but i'm banging my head against a wall trying to write a regex rewrite. i have two site that are identical but by choice the client uses one server (call it http://www1.test.com) to host part of the site to…
Doug
  • 6,460
  • 5
  • 59
  • 83
1
2