[Nice-commit] Nice/web .htaccess,1.23,1.24
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2007-11-26 09:40:12
|
Update of /cvsroot/nice/Nice/web In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16580/web Modified Files: .htaccess Log Message: Make sure echo -e works as expected. Index: .htaccess =================================================================== RCS file: /cvsroot/nice/Nice/web/.htaccess,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** .htaccess 26 Nov 2007 09:31:34 -0000 1.23 --- .htaccess 26 Nov 2007 09:40:14 -0000 1.24 *************** *** 1,3 **** ! -e DirectoryIndex index.php index.html Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.13-unix.tar.gz --- 1,3 ---- ! DirectoryIndex index.php index.html Redirect /Wiki http://nice.sourceforge.net/cgi-bin/twiki/view Redirect /Nice.tar http://prdownloads.sourceforge.net/nice/Nice-0.9.13-unix.tar.gz |