Apache Server Mod_rewrite Explain
Apache Server Mod_rewrite Explain Webune Forums
Apache, Server, Mod_rewrite, Explain


Tue Apr 01, 2008 12:53 pm - Apache Server Mod_rewrite Explain
#892
Apache Server Mod_rewrite Explain
author: luke
Leave Your Comments
name
comments
Share
Share this post by copy and paste this URL and put it on your forums or use it on your profile like myspace, friendster, Facebook, Twitter or others and add in with your comments.
URL Link: ask
Use this HTML code to embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it.
Embed: ask
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on with Posts and Replies on your forums
BBCODE: ask
| More
Tue Apr 01, 2008 12:55 pm - Re: Apache Server Mod_rewrite Explain
#1149
hostman
well, for one, you can learn more about it here:


http://www.webune.com/forums/learn-how-to-use-apache-module-mod-rewrite-explained-t281.html

mod_rewrite is search engines's best friend to your site. Specifically if you are dynamic web sites with the popular PHP programming language.

The mod_rewrite module uses a rule-based rewriting engine that is based on a regular-expression parser to rewrite requested URLs on a real time basis. 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. The URL manipulations can depend on various tests, for instance server variables, environment variables, HTTP headers, time stamps and even external database lookups in various formats can be used to achieve a really granular URL matching.

This module operates on the full URLs (including the path-info part) both in per-server context (httpd.conf) and per-directory context (.htaccess) and can even generate query-string parts on result. The rewritten result can lead to internal sub-processing, external request redirection or even to an internal proxy throughput.

But all this functionality and flexibility has its drawback: complexity. So don't expect to understand this entire module in just one day.

This module was invented and originally written in April 1996
and gifted exclusively to the The Apache Group in July 1997 by


Ralf S. Engelschall
rse@engelschall.com
www.engelschall.com