Tagged Questions
The open source URL rewriter for ASP.NET from urlrewriter.net
4
votes
4answers
580 views
Which one is better ? URLReWriter.net or URLReWriting.NET
I don't know whether you've been come across urlrewriter.net because as I've seen so far urlrewriting.net is kinda more popular.
Could someone please tell me which one is actually easier to implement ...
2
votes
2answers
160 views
Urlrewrite in asp.net
i am currently using IIS7's Url Re-write module, but the main loophole of using the IIS7's url re-write module, is that i have to write rule for all the page,which i want to use on the website, i want ...
2
votes
1answer
614 views
Using CakePHP with GoDaddy IIS 7 IIS7 and Microsoft URL Rewriter
I'm trying to move a CakePHP app from a Windows Apache setup to a GoDaddy shared IIS7 setup. It's been easy to migrate except for the Apache mod_rewrite part -- which obviously wouldn't work in IIS7. ...
2
votes
3answers
467 views
How to debug UrlRewriter.NET?
I have looked at their help page it seems like I can register a debug logger that outputs information to the 'standard ASP.NET debug window'. My problem is I don't know what that means, if it means ...
2
votes
1answer
841 views
URL Rewriting in .NET behaves badly with cookieless sessions
I'm currently using Intelligencia's URL Rewriter .NET HTTPModule to rewrite URLs. I am using its Custom Transform feature, which allows me to supply an assembly containing a method that performs the ...
2
votes
3answers
900 views
Rewriting a Url which can contain 1 or 2 querystrings with URLRewriter.NET?
In my project, my /PropertDetail.aspx can get 2 querystrings.
1st one for the PropertyId /PropertDetail.aspx?PropertyId=5
2nd one for the Language /PropertDetail.aspx?PropertyId=5&Language=2
...
1
vote
1answer
32 views
Using Intelligencia UrlRewriter regex for rewriting URLs
I'm trying to use regex expressions to catch some incoming urls, but I'm having trouble putting the right expression together.
Basically I'm trying to rewrite
mydomain.com/abc12
into
...
1
vote
0answers
42 views
Disable web.config rewrite rules for local requests
I have a page scraper being used to grabbing content from a subdirectory of the site and my rewrite rules are interfering with the content grabbing. For example, the scraper is grabbing the content ...
1
vote
2answers
50 views
An elegant way of showing URL on page
Is there an elegant way of showing URL on page using ASP.NET MVC3 .The method I'm looking for should accept contollerName,actionName and routeValue(similiar to @Html.ActionLink() by arguments)
...
1
vote
1answer
56 views
urlrewriter.net The element 'rewrtie' is not allowed
i am trying to use urlrewriter.net and i followed instructions here but when i run it i get this error:
The element 'rewrtie' is not allowed.
here is what i added in my web.config file:
...
1
vote
1answer
164 views
Can Intelligencia UrlRewriter.NET handle unicode in querystring?
I have been using UrlRewriter.NET to perform some rewrites. which was working OK for english texts, but for Unicode data it shows "???????"
So, is there any way I can make it work with unicode, too?
1
vote
2answers
466 views
How to solved URL rewrite rule conflits in IIS?
I am getting problem in URL rewrite rules.
I am used UrlRewritingNet.UrlRewriter Dll for Url rewriting in asp.net website.
I used rules name as "Advanced"
& Other rule name as DefaultRule that is ...
1
vote
3answers
252 views
Intelligencia URL Rewrite Problem
I have created 2 url rewrite rules in my web.config that look like the following:
rewrite url="~/Products/(.+).aspx" to="~/Products.aspx?Cat=$1"
rewrite url="~/Products/(.+)/(.+).aspx" ...
1
vote
1answer
171 views
UrlRewriter.Net - Prevent Rules for Subdirectories
I'm using UrlRewriter.net, mentioned on ScottGu's Blog. I've built a site around this and now I'm having problems with subdirectories. The problem is, I want to exclude a directory and all ...
1
vote
2answers
105 views
RegularExpression for URL Rewriting
I am using urlrewriter.net and I am trying to make a redirection. So here is the condition,
If the requested url doesn't end with a / (slash) and
then add / at the end of the url and
redirect ...
1
vote
1answer
527 views
Default document on GoDaddy when using UrlRewriter.net
I've got an Asp.net site set up on GoDaddy which is using UrlRewriter.net (not to be confused with UrlRewriting.net) to enable url rewriting which seems to be working ok, though I had to set IIS to ...
1
vote
2answers
268 views
Url Rewriter works on localhost but not on production server
I've gotten URLRewriter to work on my localhot perfectly, but on production I get 404 errors.
I'm using IIS 6, and from what I read this should just work.
Here is what i have in my web.config:
...
0
votes
0answers
39 views
Godaddy asp.net Intelligencia.UrlRewriter
I am using Intelligencia.UrlRewriter module for my website. When I add Intelligencia.UrlRewriter config to web.config I am getting 500 Internal Server error.
See a section of web.config below, if I ...
0
votes
1answer
111 views
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, i.e:
...
0
votes
0answers
30 views
URL rewriting for iis 7.0
I have a problem regarding to URL rewriting in IIS 7.0 . address of the site is :
http://example.com/propertylistingdetail.aspx?pid=1443&ad=7abc
and rule that i am implementing on this URL for ...
0
votes
0answers
13 views
urlrewriter.net REWRITER section in config
just started with urlrewriter.net - added reference and added section and httpmodule section to my config file, can any one please give me guidance on how to add rewrite rules now to my config:
i ...
0
votes
0answers
8 views
How can i rewrite url without specific rule
I Have a DATABASE which contains this fields
DOCUMENT
id PageTouse RewritetoPath
7 Basic.aspx about
i want the url to be xxx.com/about insted of xxx.com/basic.aspx?id=7
how can i do ...
0
votes
0answers
36 views
UrlRewriter.Net rewrite prioritising & error pages
I am using the Intelligencia UrlRewriter and am having a problem when setting up custom error pages.
I have a number of pages mapped using the following rewrite expressions:
<rewrite ...
0
votes
0answers
36 views
using urlrewriter.net to with query strings
i can use urlrewriter.net to rewrite as i want and it works great but i just used query string and it doentn't work for me here is what i used :
<add name="Main"
...
0
votes
0answers
37 views
Urlrewrite in asp.net
i am using rewritemap in my website, i have an external config file, which i have binded in web.config using < rewriteMaps configSource="VanityUrl\urls.config" />
inside the urls.config
now my ...
0
votes
1answer
443 views
system.webServer/rewrite -> UrlRewriting
I have a php project with this Web.config:
<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Main Rule" stopProcessing="true">
...
0
votes
1answer
82 views
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 ...
0
votes
1answer
76 views
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.
<rewrite url=”~/mypage.html” to=”mypage.aspx″ / >
How do I do it in ...
0
votes
2answers
266 views
IIS7 Rewrite Module - Redirct from root to default.aspx
I have a situation where I need to rewrite from the root to default.aspx. So if someone hits www.domain.com or www.domain.com/ I need to redirect to www.domain.com/default.aspx - any idea what the ...
0
votes
2answers
288 views
UrlRewriter.net redirect non-www to www
How do I create an UrlRewriter.net redirect rule to redirect non-www pages to www?
I have found htaccess and ISAPI examples, but cannot find the proper regex rule for UrlRewriter. For example, this ...
0
votes
1answer
152 views
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 ...
0
votes
1answer
192 views
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 ...
0
votes
0answers
113 views
IIS Rewrite Module - Rewrite url to root of site
I'm looking for a rule that will forward all requests to the root(and only the root) of my site to another url. Can someone help me with this?
Example:
<rule name="Redirect to portal" ...
0
votes
2answers
144 views
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
<rewrite url="/(?!Default.aspx).+" to="/letterchain.aspx?ppc=$1"/>
How do I replace $1 so ...
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
1answer
92 views
Newbie Intelligencia.UrlRewriter expression question. (ASP.NET)
I need help with something that should be relatively simple.
Got the component installed in my project fine and added all of the necessary config entries.
I need to rewrite URLs following two rules ...
0
votes
1answer
203 views
Umbraco rewrite rule for non-www domains
I'm trying to redirect any non-www prefixed traffic to the www prefixed domain. I'm using Umbraco as the CMS and have added the following code into the urlrewritingnet config file:
<add ...
0
votes
0answers
45 views
Url rewriting issue
I m using url rewriting in my asp.net application refer to : http://stackoverflow.com/questions/2980402/url-rewritting-affects-other-links the
Links are working fine but all links for images dynamic ...
0
votes
1answer
212 views
Why URLRewriter.NET doesn't get querystring values?
I just started using URLRewriter.net with my blog and I have a problem with getting the query string values. I have a rule setting like:
<rewrite url="~/blog.aspx(\?.+)?$"
...
0
votes
3answers
59 views
URL ReWriter for .NET
I am using this, but I have some hard to solve problems.
This is part of my code:
<rewrite url="/Dictionary/(.+)/(.+)" to="~/Dictionary.aspx?page=$2&&word=$1"/>
<rewrite ...
0
votes
1answer
33 views
urlrewriter.net page not executed
I'm having some problems with the module urlrewriter.net for ASP.NET.
I have a multilingual site with a URL like this;
~/home.aspx
To support languages I use this rewrite rule;
<rewrite ...
0
votes
1answer
508 views
URLRewriter.net with multiple querystring separated by /
I have been looking around the site a bit, but I didn't find any replies on how to do it the way I want.
What I want is an URL like this:
www.example.com/Projects/"querystring1 - text ...
0
votes
1answer
491 views
how to convert Apache mod_rewrite rules to Microsoft URL Rewriter IIS7?
can someone tell me how to convert apache iis7 mod_rewrite .htaccess file to the equivalent web.config in MS Url Rewriter?
Here is the .htaccess file I have:
<IfModule mod_rewrite.c>
...
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
1answer
443 views
UrlRewriter.net Expression Examples
I need some web.config examples for each expression types below :
$number
The last substring matched by group number number.
$<name>
The last substring matched by group named name matched by ...
0
votes
2answers
111 views
urlrewriter.net project stopped?
I just tried to download the URL rewriting module from urlrewriter.net but the website has been replaced by a standard PLESK page.
Has the development of this tool been shut down or is it just a ...
0
votes
1answer
811 views
Intelligencia UrlRewriter.NET not working properly on IIS 6?
I'm having an issue getting the following syntax to work:
<rewriter>
<!-- This does NOTHING -->
<if url="whywontthiswork\.aspx" rewrite="/default.aspx" />
<!-- This ...
0
votes
4answers
171 views
urlrewriter.net / c# / I just don't get it
I want to implement url-rewrite into an webapplication with the urlrewriter.net module.
This is my scenario now (numbers are fictional):
Browse.aspx?cid=9&countryid=85 (cid stands for category ...
0
votes
1answer
156 views
URL Re-Writing ASP.NET ( UrlRewriter.net )
Ok we have the following re-written URL using UrlRewriter.net
/category/games/21
using the following expression.
<rewrite url="~/Category/(.+)/(.+)" to="~/category.aspx?CatId=$2" />
...
0
votes
1answer
122 views
Keep old URLs when implementing UrlRewriter.net
I added UrlRewriter.net to my site today and it works fine with redirecting my SEO links to actual pages. The question is if there is any way to keep my old links in site and have ResolveUrl() using ...