Top "Rewrite" questions

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

mod_rewrite: remove trailing slash (only one!)

I use mod_rewrite/.htaccess for pretty URLs. I'm using this condition/rule to eliminate trailing slashes (or rather: rewrite …

apache .htaccess mod-rewrite redirect rewrite
Is it possible to rewrite a status code with Charles Proxy?

I'm using Charles Proxy to rewrite a response from an API for testing purpose. If I set a breakpoint, I …

proxy rewrite charles-proxy
How to overwrite/reuse the existing output path for Hadoop jobs again and agian

I want to overwrite/reuse the existing output directory when I run my Hadoop job daily. Actually the output directory …

hadoop rewrite fileoutputstream
Use 301 or 303 to redirect http to https

I'm not sure which is the best to use for my site when redirecting from http to https. At the …

http redirect https seo rewrite
Nginx per location / pass rewriten uri to proxy_pass

What the quickest and cleanest solution if you want to proxy URL request to two different backends via proxypass based …

url nginx rewrite proxypass
Apache: edit to .conf file produces "Invalid command 'Header'"

In Magento CE, I'd like to install an add-on to Extendware Page Cache called Lightening Cache. It requires editing the …

apache magento rewrite
asp.net, url rewrite module and web.config

i'm using ASP.net with .NET 3.5 on IIS7 (Vista) with the URL Rewrite Module from Microsoft. This means, that i …

asp.net url web-config module rewrite
How to exclude a directory with IIS URL rewriting?

I have a domain.com/index.php and a friendly url rule to redirect domain.com/index.php?s=? requests. …

url iis iis-7 rewrite url-rewrite-module
How to rewrite location in nginx depending on the client-browser's language?

How to rewrite location in nginx depending on the client-browser's language? For example: My browser accept-language is 'uk,ru,en'. …

browser nginx rewrite
nginx server configuration: subdomain to folder

I migrated from Apache 2 to nginx and I've got problems to handly my subdomain control. What I want: When x.…

nginx subdomain rewrite