bagder: curl-www .htaccess,1.2,1.3
[email protected] Fri, 26 Mar 2010 06:59:26 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www In directory giant.haxx.se:/var/tmp/cvs-serv15230 Modified Files: .htaccess Log Message: redirect /cvs.html to the new git page Index: .htaccess =================================================================== RCS file: /cvsroot/curl/curl-www/.htaccess,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- .htaccess 9 Sep 2009 09:01:25 -0000 1.2 +++ .htaccess 26 Mar 2010 06:59:24 -0000 1.3 @@ -1,3 +1,6 @@ +# Redirect the CVS page to the new source control page: (2010-03-22) +RedirectPermanent /cvs.html http://curl.haxx.se/source.html + # Redirect commonly referred examples over LXR RedirectPermanent /lxr/source/docs/examples/getinmemory.c http://curl.haxx.se/libcurl/c/getinmemory.html RedirectPermanent /lxr/source/docs/examples/10-at-a-time.c http://curl.haxx.se/libcurl/c/10-at-a-time.html