Categories

mod_rewrite

Lana Greene April 16, 2015
No votes yet.
Please wait...

mod_rewrite is Apache module that is used for rewriting a URL at the server level.

mod_rewrite provides a flexible and powerful way to manipulate URLs using an unlimited number of rules.

It provides a way to modify incoming URL requests dinamically.

A rewrite rule can be invoked in httpd.conf or in .htaccess.

The URL manipulations can depend on various tests: server variables, environment variables, HTTP headers, time stamps, external database lookups, and various other external programs or handlers, and can be used to achieve granular URL matching.

The following link provides detailed mod_rewrite documentation.

Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket

Comments are closed.