Top "Rewrite" questions

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

rewrite rules for apache 2 to use with angular js

Obviously, there are a lot of mod rewrite discussions and answers all across the web. However, I am having a …

apache mod-rewrite angularjs rewrite
How to rewrite domain.com to www.domain.com with HAProxy?

We have 1 loadbalancer with 3 members behind it: main balancer: www.website.com members: web1.website.com, web2.website.com and …

rewrite haproxy
How i can translate uppercase to lowercase letters in a rewrite rule in nginx web server?

I need to translate the address: www.example.com/TEST in ---> www.example.com/test

nginx rewrite uppercase lowercase
DDD, Anti Corruption layer, how-to?

At the moment, we have to build an application which is based on a legacy one. Code for that old …

architecture domain-driven-design rewrite legacy
.htaccess in subdirectory 'overriding' parent htaccess

been searching for 2 days and can't quite get the right solution due to my lack of understanding of mod_rewrite …

php .htaccess mod-rewrite rewrite password-protection
External links URL encoding leads to '%3F' and '%3D' on Nginx server

I got a problem with my server. I got four inbound links to different sites of my dynamic webpage which …

nginx rewrite external-links
Can apache rewrite rules go in httpd.conf

How do I create a simple apache rewrite rule to rewrite: http://domain.com/vanity to http://domain.com/foo/ …

apache rewrite httpd.conf
Redirection if query parameter exists on nginx

I'm using IPB forums. I managed to use friendly urls with nginx server conf modifications. However I need to redirect …

redirect nginx rewrite forum ipb
Nginx convert subdomain to path component without redirect

The idea is to take incoming requests to http://abc.example.com/... and rewrite them to http://example.com/abc/... …

nginx rewrite subdomain roundtrip
Line endings messed up in Git - how to track changes from another branch after a huge line ending fix?

We are working with a 3rd party PHP engine that gets regular updates. The releases are kept on a separate …

git history rewrite branch newline