Top "Url-rewriting" questions

A URL rewrite engine is software that modifies a web URL's appearance (URL rewriting).

IIS7 URL Rewrite - Add "www" prefix

How to force example.com to be redirected to www.example.com with URL rewriting in IIS7? What kind of …

xml url-rewriting iis-7
jQuery on the fly URL shortener

I'm looking for an on the fly URL shortener much like how tweetdeck works. I have found many jQuery and …

javascript jquery url-rewriting bit.ly url-shortener
list and explode

I am trying to use url rewriting on my website and I want to use the list() and explode() functions …

php list arrays url-rewriting explode
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 …

asp.net asp.net-mvc iis routing url-rewriting
Replacing IIS rewrite rules in web.config transform

I have some IIS rewrite rules that I want to vary by environment. The development rewrite rules are in the …

asp.net iis url-rewriting web-config transform
IIS URL Rewrite: Add trailing slash except for .html and .aspx

Adding a trailing slash to all URLs through IIS URL Rewrite Module is widely spread, but how do I add …

asp.net iis url-rewriting url-rewrite-module
Should I use Url.Content() or ResolveUrl() in my MVC views?

When building code like this: <script type="text/javascript" src="<%=ResolveUrl("~/js/js.js")%>"></script&…

asp.net-mvc-2 url-rewriting .net-4.0 relative-path
Where does nginx store the rewrite_log?

When you turn on the nginx rewrite log with rewrite_log on;, where does the system actually log that info? …

testing logging url-rewriting nginx
IIS URL Rewrite Module : Redirect Based On QueryString

I Have some problems with redirecting to another URL based on the query string parameters. I want to redirect users …

iis iis-7 url-rewriting url-rewrite-module
How to rewrite Location response header in a proxy setup with Apache?

I have a primary proxy which sends requests to a secondary proxy on which OpeenSSO is installed. If the OpenSSO …

apache url-rewriting reverse-proxy response-headers