openrat-cms

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

commit a076e1ee438e64a8170d32c2c013f4f18c4193b7
parent 87e3d651da30dbb91f5e5a71c7f515472055f3a7
Author: dankert <devnull@localhost>
Date:   Wed, 24 Nov 2004 22:29:16 +0100

Eigenschaft "fake_urls"

Diffstat:
doc/examples/config/config.ini.php | 10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/doc/examples/config/config.ini.php b/doc/examples/config/config.ini.php @@ -249,5 +249,15 @@ extension = jpeg,jpg,png file_separator = " &raquo; " ; ------------------------------------------------------------------- +; ------------------------------------------------------------------- +; Fake urls, so instead "do.php?action=a&subaction=b&id=y" +; they'll become shorter, like "a.b,y". +; In this case, you have to activate the rewrite rule as shown in the +; example .htacess file +; ------------------------------------------------------------------- +fake_urls = true +; ------------------------------------------------------------------- + + ; END OF DOCUMENT \ No newline at end of file