diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-13 22:49:37 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2012-07-15 18:16:26 +0200 |
commit | eb22bcc7548d1b1025a3832aa4555792729d11b0 (patch) | |
tree | f0d4dfdcb1ae977c4eb7f4e8e359dbc4b07cf8c3 /web/template | |
parent | f3ce74c714e3460bb3e3e786f626e397d3139062 (diff) |
Add routing front/back ends
This adds a URL mapping library that can be used to implement virtual
paths. Also, "web/html/index.php" is moved to "web/html/home.php" and
"web/html/index.php" becomes a routing front end that maps virtual paths
to corresponding files.
To enable the virtual path feature, all requests need to be redirected
to the "index.php" routing script. If you use lighttpd, following
rewrite rule can be used:
url.rewrite = ( "^(.*)$" => "/index.php/$1" )
A similar rule can be used for Apache (using mod_rewrite).
Note that the current routing front end only works if PATH_INFO is
provided.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'web/template')
0 files changed, 0 insertions, 0 deletions