mod rewrite: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Redirecting to HAGGER |
|||
| Line 1: | Line 1: | ||
==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.
- redirect Template:seed
Links
- Creating search engine friendly URLs in PHP using mod_rewrite
