|
From: Jon O. <jon...@us...> - 2006-08-20 13:01:55
|
Update of /cvsroot/mxbb/core In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv29281 Modified Files: .htaccess Log Message: before removing Index: .htaccess =================================================================== RCS file: /cvsroot/mxbb/core/.htaccess,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** .htaccess 14 Aug 2006 13:01:41 -0000 1.2 --- .htaccess 20 Aug 2006 13:01:49 -0000 1.3 *************** *** 1,3 **** --- 1,8 ---- + #DirIndex DirectoryIndex index.php index.html index.htm + + # Just in case, let's disable viewing of directory indexes. + Options -Indexes + # # Limit *************** *** 9,12 **** --- 14,18 ---- order allow,deny allow from all + # # Banned: Who, Reason, Reference Link (topic), etc. ???... |