openrat-cms

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

commit fb009f95d836f8287a5d40363585c2e4645f9236
parent 675b7555896b49e12cc1c1d340366fbfd8d1fc72
Author: dankert <devnull@localhost>
Date:   Wed, 24 Nov 2004 22:31:58 +0100

Parameter id ergaenzt

Diffstat:
doc/examples/htaccess/php-settings-example.htaccess | 13++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/doc/examples/htaccess/php-settings-example.htaccess b/doc/examples/htaccess/php-settings-example.htaccess @@ -14,7 +14,8 @@ php_flag register_globals off # Change this to anything you like. Must be a valid URL variable name -php_value session.name openratid +#php_value session.name jsessionid +php_value session.name oi # Parameter separator php_value arg_separator.output ";" @@ -60,4 +61,10 @@ php_flag short_open_tag off php_flag asp_tags off # Try this, its faster on slow connections -php_flag zlib.output_compression off- \ No newline at end of file +php_flag zlib.output_compression off + + + +#Options FollowSymLinks +RewriteEngine on +RewriteRule ([a-z]+)\,([a-z]*)\.?([0-9]*)$ do.php?action=$1&subaction=$2&id=$3&%{QUERY_STRING}+ \ No newline at end of file