Top "Url-rewriting" questions

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

Tomcat 8 URL Rewrite

I have an AngularJS webapp and Jersey backend. I need to setup URL rewriting, so everything except given exceptions will …

java angularjs apache url-rewriting tomcat8
How to make .htaccess RewriteCond check domain name?

I have this rule: RewriteRule ^(about|installation|mypages|privacy|terms)(/)*$ /index.php?kind=portal&id=1&page=$1&%{QUERY_…

.htaccess mod-rewrite url-rewriting
What is the WCF equivalent of HttpContext.Current.Request.RawUrl?

I've got some RESTful services running in a pure WCF context (i.e. ASP.NET compatibility is not enabled, and …

wcf url-rewriting httpcontext operationcontext weboperationcontext
IIS7 URL Rewriting: How not to drop HTTPS protocol from rewritten URL?

I'm working on a website that uses IIS 7's URL rewriting feature to do a permanent redirect from example.com …

iis-7 url-rewriting
How do I change the URL of the "parent" frame?

I have a website which I host myself. I do not have a static IP address so I have all …

javascript asp.net iis url-rewriting frames
How to remove parameters in URL and display it in address bar without causing redirect in Javascript?

I have found numerous answers on how to extract the URL without the parameters. How do you rewrite the URL …

javascript url parameters url-rewriting address-bar
REST - supporting multiple possible identifiers

For the site I am working on, we are in the process of improving our URLs for one type of …

api url rest url-rewriting
HAProxy and URL Rewriting Configuration

I would like to ask how HAProxy can help in routing requests depending on parts of the URL. To give …

regex wordpress url-rewriting nginx haproxy
What is the difference between URL Router and Dispatcher?

I want to know the difference between the URL Router and Dispatcher, because searching on the internet has some interesting …

php oop url-rewriting url-routing
Is there a url rewriting engine for Tomcat/Java?

How can we provide URL-Rewriting support for Tomcat/Java ? mod_rewrite provides this functionality for Apache and can modify URLs …

java tomcat servlets url-rewriting friendly-url