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
|