openrat-cms

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

commit d0002be174df762f68a59043a12530a0f0d51aeb
parent dc021a4930cc8f721d973451d24e6969add0d0a1
Author: dankert <devnull@localhost>
Date:   Wed, 29 Dec 2004 22:13:33 +0100

kl. Korrektur Rewrite-Regel

Diffstat:
doc/examples/htaccess/url-example.htaccess | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/examples/htaccess/url-example.htaccess b/doc/examples/htaccess/url-example.htaccess @@ -4,4 +4,4 @@ #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 +RewriteRule ([a-z]+)\,([a-z]*)\.?(\-?[0-9]*)$ do.php?action=$1&subaction=$2&id=$3&%{QUERY_STRING}+ \ No newline at end of file