|
From: FlorinCB <ory...@us...> - 2009-07-16 05:16:06
|
Update of /cvsroot/mxbb/core In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30036 Modified Files: .htaccess Log Message: ?????????? Index: .htaccess =================================================================== RCS file: /cvsroot/mxbb/core/.htaccess,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** .htaccess 4 Feb 2008 16:56:15 -0000 1.10 --- .htaccess 16 Jul 2009 05:15:59 -0000 1.11 *************** *** 4,7 **** --- 4,8 ---- # Just in case, let's disable viewing of directory indexes. Options -Indexes + Options +FollowSymLinks # Just in case, let's disable register globals (only valid for php4). *************** *** 71,75 **** #RewriteRule ^support/catlink([0-9]*)(.*)$ index.php?page=53&cat_link=$1 [L] ! #RewriteRule ^support(.*)$ index.php?page=53 [L] # --- 72,77 ---- #RewriteRule ^support/catlink([0-9]*)(.*)$ index.php?page=53&cat_link=$1 [L] ! #RewriteRule ^support(.*)$ index.php?page=53 [L] ! #RewriteRule ^index.html$ index.php [L,NE] # |