[Webbinder-commits] root .htaccess,1.8,1.9
Brought to you by:
jasondiceman,
sylvieg
|
From: Sylvie G. <sy...@us...> - 2006-07-06 16:23:25
|
Update of /cvsroot/webbinder/root In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv1802 Modified Files: .htaccess Log Message: category/2+5 Index: .htaccess =================================================================== RCS file: /cvsroot/webbinder/root/.htaccess,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** .htaccess 27 Oct 2005 14:09:17 -0000 1.8 --- .htaccess 6 Jul 2006 16:23:20 -0000 1.9 *************** *** 75,78 **** --- 75,80 ---- RewriteRule ^survey/([0-9]+) tiki-take_survey.php?surveyId=$1 [QSA,L] RewriteRule ^tracker/([0-9]+) tiki-view_tracker.php?trackerId=$1 [QSA,L] + RewriteRule ^category/([0-9]+)+([0-9]+)+([0-9]+) tiki-browse_categories.php?parentId[]=$1&parentId[]=$2parentId[]=$3&and=y [QSA,L] + RewriteRule ^category/([0-9]+)+([0-9]+) tiki-browse_categories.php?parentId[]=$1&parentId[]=$2&and=y [QSA,L] RewriteRule ^category/([0-9]+) tiki-browse_categories.php?parentId=$1 [QSA,L] #RewriteRule ^wiki/([-_\+A-Za-z0-9]+) tiki-index.php?page=$1 [QSA,L] |