16
votes
7answers
2k views
IIS URL Rewriting vs URL Routing
I was planning to use url routing for a Web Forms application. But, after reading some posts, I am not sure if it is an easy approach.
Is it better to use the URL Rewrite module f …
12
votes
9answers
646 views
What Url rewriter do you use for ASP.Net?
I've looked at several URL rewriters for ASP.Net and IIS and was wondering what everyone else uses, and why.
Here are the ones that I have used or looked at:
ThunderMain URLRew …
2
votes
1answer
112 views
Rewrite spring-security redirect URLs
I'm trying to get Tuckey UrlRewriteFilter to tidy up URLs for my webapp. One problem I've got is that when spring-security notices that an anonymous user is trying to access a prot …
2
votes
4answers
1k views
JQuery File extension rewrite, load new url into hidden div
I have a thumbnail gallery in a div on my sidebar. Each of these jpg images links to the larger jpg image in the main div of the same page. I have these loading in a div via fadein …
2
votes
1answer
123 views
What is the best practice for URL rewriting a Blog Article Address?
Hi, I see many sites that have address like this:
http://www.myblog/2008/10/10/articl-title.aspx
Question 1
If I am using linq2sql to pull the article it is obvious that i mus …
2
votes
4answers
437 views
Rewriting a Url which can contain 1 or 2 querystrings with URLRewriter.NET ?
Hi,
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?Prope …
2
votes
1answer
315 views
mod_rewrite: Check for Custom query string in URL?
I'm trying to use URL rewrite in my new project. But I also need to allow custom query sting in URL.
I just want to know how to write rewrite rule for this URL
http://www.mysi …
2
votes
5answers
1k views
URL rewriting problems with ASP .NET 2 on IIS7 and Vista
I've got a website running under ASP .NET 2/IIS7/Vista. I have a URL rewriting module which allows me to have extensionless URLs. To get this to work I have configured the system.w …
2
votes
5answers
2k views
How to rewrite an URL on a JBoss server?
I would like to redirect/rewrite this two kinds of URLs:
mydomain.com -> newdomain.com
mydomain.com/specificPage -> newdomain.com/newSpecificPage
mydomain.com/anyOtherPage -> myd …
2
votes
4answers
391 views
ASP.NET - Building your own routing system
In a recent project, I built my own MVC framework in PHP. One of the things I implemented was a routing system. I used Apache's mod_rewrite to send all requests to index.php, and t …
1
vote
2answers
22 views
URL Rewriter not grabbing the exact match
I'm implementing some url rewriting using UrlRewriter.
So going to http://domainname/11
will go to ~/Items/Details.aspx?Itemid=11
<rewriter>
<rewrite url="~/1" to …
1
vote
0answers
63 views
IIS 5.1, HttpHandler based on path, NOT Working. Is it possible to fix with IIRF?
I have a reverse proxy written in C#/ASP.NET. After adding a Wildcard Mapping in IIS6 it works just fine. My problem is that I have to make this application compatible with Windo …
1
vote
1answer
27 views
htaccess question
This is a simple htaccess question for experts but I have been trying to get this sorted for a while. This was something a developer did before my time with this code. He truncated …
1
vote
2answers
91 views
UrlRewriteFilter equivalent for mod_rewrite
Hi gentlemen
I want to do Url rewrite in Tomcat using UrlRewriteFilter
This is the rule would like in mod_rewrite apache
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond % …
1
vote
1answer
70 views
IIS URL Rewrite
Ok, this is driving me nuts... I'm trying to rewrite my urls like this:
Now:
http://www.somedomain.com/Somepage.aspx
http://www.somedomain.com/AnotherPage.aspx
Desired:
http://ww …
