Top "Url-rewriting" questions

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

Forwarding requests between contexts in Tomcat

I'd like to be able to do cross-context request forwarding in Tomcat with the Tuckey URLRewrite filter. For example, I'd …

spring tomcat servlets url-rewriting tuckey-urlrewrite-filter
What is the ideal length of an URL slug

To make pretty URL's from article titles I am using a simple function. However lately I an concerned about the …

web-applications url-rewriting seo
Moving IIS7 url rewrite section out of the web.config file

I have made a config section in my web.config file that has all rewrite rules like the following <…

asp.net iis-7 url-rewriting url-rewrite-module
Best practices in ASP.NET 4.0 Web Forms Url Rewriting (Mask URL address link)

What are the methods and best practices for URL Rewriting (Masking URL) in ASP.NET 4.0? We have an ASP.NET 4 …

asp.net c#-4.0 url-rewriting url-masking
IIS 7.5 URL Rewrite rule to handle request based on user agent

I have written a rule to redirect request based on user agent. The rule is set to redirect default requests (…

iis url-rewriting url-rewrite-module
HAProxy and reqrep path rewriting with redirect configuration

With HA Proxy 1.5 I need to rewrite URL from http://main.domain.com/my-foo to http://othersite.com:8081/other-bar Here …

regex redirect url-rewriting haproxy httpbackend
In IIS URL Rewrite 2.0, why does HTTP_HOST include the port number?

I am trying to use IIS URL Rewrite 2.0 with IIS 8.5 on Windows 8.1. According to Accessing URL Parts from a Rewrite …

url-rewriting url-rewrite-module
Nginx Transmission-daemon URL rewrite

I've been working around this configuration but to no avail. What I am trying to achieve is to mask my …

url-rewriting nginx transmission
How to get original url after HttpContext.RewritePath() has been called

I am working on a web app which makes use of a 3rd party HttpModule that performs url rewriting. I …

asp.net url-rewriting httpmodule
Remove index.php from wordpress URLs in iis7

I want to remove index.php from url , i am using wordpress and iis7 . how can i do this

php wordpress iis-7 url-rewriting permalinks