Summary
The mod_rewrite module of Apache HTTP Server is a powerful and sophisticated module which provides a way to do URL manipulations. It uses a rule-based rewriting engine, based on a PCRE regular-expression parser, to rewrite requested URLs on the fly.
1
2
It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule
3
, to provide a really flexible and powerful URL manipulation mechanism.
According to
Summary
The mod_rewrite module uses a rule-based rewriting engine, based on a PCRE regular-expression parser, to rewrite requested URLs on the fly. By default, mod_rewrite maps a URL to a filesystem path. However, it can also be used to redirect one URL to another URL, or to invoke an internal proxy fetch.
mod_rewrite - Apache HTTP Server Version 2.4
apache.org
Summary
The Apache module mod_rewrite is a very powerful and sophisticated module which provides a way to do URL manipulations. With it, you can do nearly all types of URL rewriting that you may need. It is, however, somewhat complex, and may be intimidating to the beginner.
Apache mod_rewrite Introduction - Apache HTTP Server Version 2.4
apache.org
Summary
This module uses a rule-based rewriting engine (based on a regular-expression parser) to rewrite requested URLs on the fly. It supports an unlimited number of rules and an unlimited number of attached rule conditions for each rule, to provide a really flexible and powerful URL manipulation mechanism.
mod_rewrite - Apache HTTP Server Version 2.2
apache.org
This tutorial goes over Mod_Rewrite, an apache module that allows you to manipulate URLS ... Before we begin generating the actual URL rewrites, we need to ...
How To Set Up Mod_Rewrite | DigitalOcean
digitalocean.com
This document supplements the mod_rewrite reference documentation . It describes how one can use Apache's mod_rewrite to solve typical URL-based problems with ...
URL Rewriting Guide - Apache HTTP Server
ibm.com