[Openfirst-cvscommit] www/htdocs .htaccess,1.4,1.5
Brought to you by:
xtimg
From: Tim G. <xt...@us...> - 2005-11-21 20:08:32
|
Update of /cvsroot/openfirst/www/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26586 Modified Files: .htaccess Log Message: Move cvs to doc/cvs since directory name cvs conflicts with directory CVS used for version control on case insensitive OSes Index: .htaccess =================================================================== RCS file: /cvsroot/openfirst/www/htdocs/.htaccess,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** .htaccess 5 Nov 2005 14:53:29 -0000 1.4 --- .htaccess 21 Nov 2005 20:08:22 -0000 1.5 *************** *** 44,46 **** --- 44,49 ---- Redirect Permanent /developers/ http://www.openfirst.org/volunteers/ Redirect Permanent /developers http://www.openfirst.org/volunteers/ + Redirect Permanent /cvs http://www.openfirst.org/doc/cvs + Redirect Permanent /cvs/smartcvs http://www.openfirst.org/doc/smartcvs + Redirect Permanent /cvs/smartcvs3 http://www.openfirst.org/doc/smartcvs3 |