openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 4e225e85768859889be041d53d49ca4a6475976b
parent ed57500229a8ad57a82804f6a9c6e939eac8abaa
Author: dankert <devnull@localhost>
Date:   Wed,  5 Jul 2006 21:09:25 +0200

Eigene Einstellungen f?r URLs

Diffstat:
config/openrat-cms/interface/url/prefs.ini.php | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/config/openrat-cms/interface/url/prefs.ini.php b/config/openrat-cms/interface/url/prefs.ini.php @@ -0,0 +1,21 @@ +; <?php exit() ?> + +; faking urls +; for faking urls you HAVE TO create a url rewriting rule! +; If unsure, set to "false" +fake_url = false + +; abc,xyz.1 +;url_format= "%s,%s.%i" + +; looks like Jakarta Struts: abc,xyz,1.do +url_format= "%s,%s,%d.do" + +; You can create funny urls which look like asp,jsp,jsf and other crap :) +; Hint: Hiding the PHP interpreter *can* increase security. +; But remember, Security by obscurity is lame :) + +; add the session ID as an URL-Parameter. +; useful, if you do not want cookies and trans_sid is not installed. +; if unsure, set to "false" +add_sessionid = false