Tagged Questions

0
votes
1answer
32 views

Help me with the Clean URL problem

I have an .htaccess file set up like so: RewriteEngine on RewriteRule ^home/ /member.php [L] So when users type http://domainname.com/home/ it goes to the member page, but when they type …
3
votes
3answers
286 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 protected resource it …
0
votes
1answer
26 views

Masterpage, Intelligencia url rewrite and updatepanel = possible ?

Hello all, I cannot seem to get my updatepanel to work while using urlrewrite. It does work in terms of code execution, but it refreshed my whole page instead of the usercontrol which contains the …
3
votes
4answers
114 views

How to elegantly handle ReturnUrl when using UrlRewrite in ASP.NET 2.0 WebForms

I have a folder with multiple .aspx pages that I want to restrict access to. I have added web.config to that folder with <deny users="?"/>. The problem is that ReturnUrl is auto-generated with …
1
vote
8answers
681 views

Problem with images and stylesheet while using urlrewriter

I'm using the urlrewriter.net as recommended in several questions in here. I'm having difficulties with displaying images and with the stylesheet. I read ScottGu's Blog (again as recommended in here) …
1
vote
2answers
27 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" …
0
votes
1answer
22 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 …
0
votes
5answers
85 views

What does [L] mean in apache rewrite?

Like here: RewriteEngine on RewriteRule ^(.*)\.[\d]+\.(css|js)$ $1.$2 [L]
0
votes
2answers
124 views

Nginx rewrite non-www-prefixed domain to www-prefixed domain

I see the Nginx HttpRewriteModule documentation has an example to rewrite a www-prefixed domain to a non-www-prefixed domain: if ($host ~* www\.(.*)) { set $host_without_www $1; rewrite ^(.*)$ …
0
votes
2answers
42 views

URL Aliasing using .htaccess

i'm having 'domainname1/folder/' .In Domainname1 i'm having a subdirectory which is a subdomain (abc.mydomain.com) of other domain. but this is referred to 'domainname1/folder/' . the thing is that i …
0
votes
2answers
1k views

Combining UrlRewriteFilter and struts 2 with get parameters

Following up on an older question of mine, I managed to get URL Rewriting working somewhat correctly for my struts project where URLs like search?q=blah get converted to queries search.action?q=blah. …
0
votes
1answer
16 views

How to keep original parameters after url_rewrite?

I'm now doing this: rewriterule ^jobs/([0-9]+)/.* job.php?id=$1 Which will erase parameters in jobs/1010/title?k=v How to keep them?
2
votes
5answers
3k 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 -> …
12
votes
9answers
663 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 URLRewriter: used in a …
1
vote
0answers
82 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 Windows XP and IIS 5.1. …

1 2 3 4 next
15 30 50 per page