Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
10answers
1k 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 ...
3
votes
5answers
119 views

How is an image served from a URL with an ASPX extension?

Can Somebody tell how to create such kind of urls for example if you see the url http://office.microsoft.com/global/images/default.aspx?assetid=ZA103873861033 you will redirect to an image .. my ...
3
votes
4answers
1k views

Ampersands in URLRewriter Query Strings

I have a query string parameter value that contains an ampersand. For example, a valid value for the parameter may be: a & b When I generate the URL that contains the parameter, I'm using ...
2
votes
1answer
38 views

Java URLrewrite Filter cannot find a match

I am using the URLRewrite Filter from tuckey ( http://www.tuckey.org/urlrewrite/ ) Now i created some rules, but there is one case which gives me headaches. The URL: /group/1/update should be ...
2
votes
1answer
105 views

URL Rewriter Managed Fusion strip a QueryString

I'm Using Managed Fusion URL Rewriter, so far it has been awesome. Now I just need to make sure a query string is passed in a URL from a proxy website. I Need to pass CODE=777 on every call so I have ...
1
vote
2answers
74 views

I there a way to rewrite ?search= to /news/ in .htaccess?

Probably not.. but.. I there a way to rewrite ?search= and make it read /news/ in .htaccess? So mydomain.com/?search=frogs would be: mydomain.com/news/frogs
1
vote
0answers
318 views

Squid url rewrites https to http

I'm exploring some uses with Squid proxy 2.7 and I have seen a good number of examples for url rewrites that take urls such as: http: //somesitename.com and then the rewriter can change the url ...
1
vote
1answer
214 views

Remove HTTP headers inserted by Managed Fusion URL Rewriter

I'm toying with Managed Fusion's URL Rewriter and noticed that it adds a couple HTTP headers to IIS’ response: X-Rewritten-By: ManagedFusion (rewriter; reverse-proxy; ...
1
vote
1answer
733 views

squid url_rewrite with cookie

I have a squid 3.0 deployed which has a url_rewriter program which rewrites certain HTTP requests. I now need to modify this prpogram to rewrite along with the cookie setting code. As much as I have ...
1
vote
1answer
175 views

How do I stop UrlRewriter stripping my + symbols

I'm using Intelligencia's UrlRewriter in my application and I'm having a problem where the rules I've setup appear to be stripping the + symbol from my url. For example I want to have the urls ...
0
votes
1answer
27 views

How to set up cross-context between webapps deployed inside ear in JBoss 4

We have 2 war files inside an ear file deployed in JBoss 4. We need to switch between web app contexts for which we are using UrlRewriteFilter. The problem we are facing is we are not able to ...
0
votes
0answers
33 views

Postback and URL Rewriter

I have an interesting problem where I have hit a brick wall. I have an issue with a login page which implements forms authentication and uses Intellegencia.Rewriter. The authentication works fine on ...
0
votes
0answers
22 views

asp.net multiple url rewriting rules

I've some problems with Intelligencia.UrlRewriter engine on my website. This is the scenario: In the web.config I configured a simple role: <rewrite url="~/(.+)/(.+).aspx" ...
0
votes
0answers
16 views

IIS UrlRewriter ASP.NET session honoring

I have 2 boxes, one is a Windows box that will serve a website. I have another (Linux) box that supplies data for use in some of the web pages on that site. On the web pages themselves there is ...
0
votes
1answer
91 views

Wordpress add_rewrite_rule is not working

I have used this code in my themes function.php file, to pass custom argument to a page in wordpress but it is not working. I am getting 404 page not found. What am I doing wrong? function ...
0
votes
1answer
35 views

defining sub-domain based on a function in routes.py of Web2Py

I have this page: http://mysite.org/myapp/pages/blog?name=user9 and I need to have this: user9.mysite.org What should i write in my routes.py?
0
votes
2answers
53 views

Url rewriting question

This is my rule set up in web.config: <rule name="RedirectPopups" stopProcessing="true"> <match url="^webforms/visitor/popup/*" /> <conditions> ...
0
votes
0answers
31 views

how to write the regex about URLRewriter

I use the URLRewriter like this: http://msdn.microsoft.com/en-us/library/ms972974.aspx,and i need to write RewriterRule, Such as: <RewriterRule> ...
0
votes
2answers
132 views

URL Rewriting in asp.net c#

I'm working on a real estate website. It would be ideal to have my client's featured properties have their own unique URL like: www.realestatewebsite.com/featured/123-fake-st/ I'm constructing a CMS ...
0
votes
1answer
52 views

URL rewriting makes all the links of same patterns after visiting any rewritten link in ASP.NET

I am using UrlRewriter to rewrite my urls in an ASP.NET application. Everything works fine and the work which I need to do is working ok. I want to redirect ~/product/45/something to ...
0
votes
0answers
34 views

rewrite URL to load a specific file on server

I don't understand how to make a rewrite rule so that it will load a specific file on the server. For example I've got a website with subdomain http://test.website.com. Let's suppose I want to go to ...
0
votes
0answers
167 views

IIS7 Rewriting on Rackspace

I've read the discussion Rewriting URLs from https:// to http:// in IIS7 and also the Rackspace specific version which is here. I have implemented various versions of these and other approaches to ...
0
votes
1answer
466 views

Page not redirecting properly, URL rewriting (Asp.NET)

I am working on URL rewrite and I found one tutorial on asp.net site, The way I am doing it is URL I am entering http://localhost:1573/WebNew/web/first-web Now I have wriiten one class public ...
0
votes
1answer
422 views

IIS UrlRewriter Outbound rules ignored if PreCondition is set

I have a very simple OutBound UrlRewriter rule that rewrites url's it finds in the body of the http response stream: <rewrite> <outboundRules> <rule name="Scripted" ...
0
votes
2answers
92 views

Intelligencia.UrlRewriter - using port other than 80

Does anyone know if it is possible to configure Intelligencia.UrlRewriter to work when accessing a site via a port other than 80? eg http://mysite.com:70/default.aspx Thanks
0
votes
1answer
186 views

IIS UrlRewrite problem

I've been using the UrlRewrite IIS plugin for about a month on our production site. I created a single redirect rule using the supplied template/wizard, the resulting config enrty is as follows: ...
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
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
2answers
1k views

Using Intelligencia UrlRewriter regex .asp pages to a holding page

When looking over the statistics for my site, I realized that the vast majority of traffic is coming via third party links to classic ASP pages which haven't existing for a few years now. I decided ...
0
votes
4answers
934 views

Intelligencia.UrlRewriter

I'm using the Intelligencia UrlRewriter on a project. It's working fine to rewrite urls typed into the browser. For example, if I enter http://localhost/People This is being correctly rewritten ...