bagder: curl-www .htaccess,1.4,1.5
[email protected] Sat, 09 Oct 2010 10:21:46 +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-serv17021 Modified Files: .htaccess Log Message: redirect more of the older URLs into the new dev section Index: .htaccess =================================================================== RCS file: /cvsroot/curl/curl-www/.htaccess,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- .htaccess 8 Oct 2010 22:29:14 -0000 1.4 +++ .htaccess 9 Oct 2010 10:21:43 -0000 1.5 @@ -28,6 +28,11 @@ RedirectPermanent /lxr/source/docs/examples/simplessl.c http://curl.haxx.se/libcurl/c/simplessl.html RedirectPermanent /devel.html http://curl.haxx.se/dev/ RedirectPermanent /auto/ http://curl.haxx.se/dev/ +RedirectPermanent /docs/internals.html http://curl.haxx.se/dev/internals.html +RedirectPermanent /docs/contribute.html http://curl.haxx.se/dev/contribute.html +RedirectPermanent /docs/runtests.html http://curl.haxx.se/dev/runtests.html +RedirectPermanent /docs/testcurl.html http://curl.haxx.se/dev/testcurl.html +RedirectPermanent /source.html http://curl.haxx.se/dev/source.html # a rough redirect for all other LXR references to avoid 404s RedirectMatch /lxr/source/(.*) http://cool.haxx.se/cvs.cgi/curl/$1