Top "Rewrite" questions

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

Using IIS Rewrite to add HttpOnly Flag To Cookies Not Working

I found numerous examples of adding the HttpOnly to my cookies but it does not work for me and I …

iis cookies rewrite httponly
IIS URL Rewrite https rule ignoring localhost

I'm trying to write a URL rewrite rule to force a HTTPS connection. This should always happen except when a …

iis rewrite
What does this Rewrite rule mean?

Im installing phpancake, there is a folder there shema like this application/ install/ library/ public/ sql_schema/ install.html install.…

http .htaccess rewrite rule
How to configure nginx to try_files first, if not exists follow the request_uri

We have page caches with id partitioning and subdomain. Say for requests like ny.site.com/cat/12345 or la.site.…

nginx rewrite page-caching
Rewriting nginx for pushState-URL's

I am trying to get nginx to work with my pushState-based URI handling that backbone.js manages for me in …

nginx backbone.js rewrite pushstate
ASP.NET URL Rewriting

How do I rewrite URL's in ASP.NET? I would like users to be able to goto http://www.website.…

asp.net url url-rewriting url-routing rewrite
PHP .htaccess -> pretty url (in reverse)

I know how to make URL's rewrite, for example: www.example.com/index.php?id=1&cat=3 to www.example.…

php mod-rewrite rewrite friendly-url
arr url rewrite not working for external sites

We are trying to setup a reverse proxy mechanism using ARR and URL Rewrite. The rewriting is working fine when …

url iis rewrite arr
location rewrite for multiple domains

I am working on multiple projects so I have multiple domains : 1. domain1 2. domani2 how to rewrite for example domain1/user …

nginx location rewrite query-string winginx
Rewriting a recursive function without using recursion

I'm rewriting some existing code in a setting where recursive calls are not easily implemented nor desired. (And in Fortran 77, …

algorithm recursion rewrite non-recursive