|
From: Jon O. <jon...@us...> - 2006-08-14 13:01:46
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14376 Modified Files: .htaccess Log Message: minor bugfixes Index: .htaccess =================================================================== RCS file: /cvsroot/mxbb/core/.htaccess,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .htaccess 27 Jun 2006 21:36:06 -0000 1.1 --- .htaccess 14 Aug 2006 13:01:41 -0000 1.2 *************** *** 53,67 **** # General # ! #RewriteCond %{REQUEST_URI} ^(.*)/catlink([0-9]*)(.*)$ ! #RewriteRule ^page([0-9]*)/catlink([0-9]*)(.*)$ index.php?page=$1&cat_link=$2 [L] ! #RewriteCond %{REQUEST_URI} ^(.*)/sub([0-9]*)(.*)$ ! #RewriteRule ^page([0-9]*)/sub([0-9]*)(.*)$ index.php?page=$1&dynamic_block=$2 [L] ! #RewriteCond %{REQUEST_URI} ^/page([0-9]*)(.*)$ ! #RewriteRule ^page([0-9]*)(.*)$ index.php?page=$1$2 [L] ! #RewriteCond %{REQUEST_URI} ^/block([0-9]*)(.*)$ ! #RewriteRule ^block([0-9]*)(.*)$ index.php?block=$1$2 [L] </IfModule> --- 53,67 ---- # General # ! RewriteCond %{REQUEST_URI} ^(.*)/catlink([0-9]*)(.*)$ ! RewriteRule ^page([0-9]*)/catlink([0-9]*)(.*)$ index.php?page=$1&cat_link=$2 [L] ! RewriteCond %{REQUEST_URI} ^(.*)/sub([0-9]*)(.*)$ ! RewriteRule ^page([0-9]*)/sub([0-9]*)(.*)$ index.php?page=$1&dynamic_block=$2 [L] ! RewriteCond %{REQUEST_URI} ^/page([0-9]*)(.*)$ ! RewriteRule ^page([0-9]*)(.*)$ index.php?page=$1$2 [L] ! RewriteCond %{REQUEST_URI} ^/block([0-9]*)(.*)$ ! RewriteRule ^block([0-9]*)(.*)$ index.php?block=$1$2 [L] </IfModule> |