Difference between revisions of "mod rewrite"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(Redirecting to HAGGER)
m (Reverted edits by Grawp (Talk); changed back to last version by Woozle)
 
Line 1: Line 1:
#REDIRECT [[HAGGER]]
+
==Navigation==
 +
[[computing]]: [[software]]: [[Apache (server)|Apache]]: [[mod_rewrite]]
 +
==Overview==
 +
[[mod_rewrite]] is a module within the [[Apache http server]] which allows each [[URL]] received by Apache to be processed using [[regex]] before being translated into the [[filespec]] of the actual file to be used for generating the corresponding web page.{{seed}}
 +
==Links==
 +
* [http://www.phpriot.com/d/articles/php/application-design/search-engine-urls/page2.html Creating search engine friendly URLs in PHP] using mod_rewrite

Latest revision as of 13:56, 27 September 2008

Navigation

computing: software: Apache: mod_rewrite

Overview

mod_rewrite is a module within the Apache http server which allows each URL received by Apache to be processed using regex before being translated into the filespec of the actual file to be used for generating the corresponding web page.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

Links