winix/core
Tomasz Sowa 023faa66fc added: config: base_url_redirect
when true the server checks whether HTTP_HOST environment variable
       is the same as base_url from the config (of course without the 'http://' part
       and the last slash) - if it's not the same then the server
       redirects you into a new location base_url+REQUEST_URI
changed: variables env_* from Request are never null (after Request::Read())
       if the server didn't set such a variable it will be pointing into an empty string "\0"


git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@465 e52654a7-88a9-db11-a3e9-0013d4bc506e
2008-12-12 03:11:29 +00:00
..
config.cpp added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
config.h I forgot to add config.h and config.cpp into the repository 2008-12-11 02:48:25 +00:00
content.cpp added: program reads its configuration from a config file 2008-12-11 02:46:16 +00:00
content.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
cookieparser.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
data.cpp added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
data.h added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
db.cpp added: program reads its configuration from a config file 2008-12-11 02:46:16 +00:00
db.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
dir.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
dir.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
dircontainer.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
dircontainer.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
done.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
done.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
error.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
error.h added: program reads its configuration from a config file 2008-12-11 02:46:16 +00:00
getparser.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
httpsimpleparser.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
httpsimpleparser.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
item.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
log.cpp added: program reads its configuration from a config file 2008-12-11 02:46:16 +00:00
log.h added: program reads its configuration from a config file 2008-12-11 02:46:16 +00:00
main.cpp added: program reads its configuration from a config file 2008-12-11 02:46:16 +00:00
misc.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
misc.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
postparser.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
request.cpp added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
request.h added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
requestcontroller.cpp added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
requestcontroller.h added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
requesttypes.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
session.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
session.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
sessionmanager.cpp import the first version of cmslu 2008-12-10 04:42:49 +00:00
sessionmanager.h import the first version of cmslu 2008-12-10 04:42:49 +00:00
templates.cpp added: config: base_url_redirect 2008-12-12 03:11:29 +00:00
templates.h import the first version of cmslu 2008-12-10 04:42:49 +00:00