bagder: curl-www .htaccess,1.3,1.4
[email protected] Fri, 08 Oct 2010 22:29:16 +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-serv15826 Modified Files: .htaccess Log Message: recently added redirects Index: .htaccess =================================================================== RCS file: /cvsroot/curl/curl-www/.htaccess,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- .htaccess 26 Mar 2010 06:59:24 -0000 1.3 +++ .htaccess 8 Oct 2010 22:29:14 -0000 1.4 @@ -26,8 +26,12 @@ RedirectPermanent /lxr/source/docs/examples/sepheaders.c http://curl.haxx.se/libcurl/c/sepheaders.html RedirectPermanent /lxr/source/docs/examples/simple.c http://curl.haxx.se/libcurl/c/simple.html 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/ + # a rough redirect for all other LXR references to avoid 404s RedirectMatch /lxr/source/(.*) http://cool.haxx.se/cvs.cgi/curl/$1 +RedirectMatch /cvs.cgi(.*) http://github.com/bagder/curl AddType text/plain .pl AddType text/plain .php