HTTP problem
I'm trying to use the example from http://www.lispworks.com/reference/lw43/LWRM/html/lwref-27.htm to download the www.lispworks.com main page. Instead of downloading the page I've got the following: HTTP/1.1 301 Moved Permanently Date: Sat, 03 Apr 2004 19:03:10 GMT Server: Apache/2.0.39 (Win32) Location: http://www.xanalys.com/ Content-Length: 305 Connection: close Content-Type: text/html; charset=iso-8859-1 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanently</title> </head><body> <h1>Moved Permanently</h1> <p>The document has moved <a href="http://www.xanalys.com/">here</a>.</p> <hr /> <address>Apache/2.0.39 Server at www.zanalys.com Port 80</address> </body></html> Is it a bug in the documentation? What should I do to download the proper page? I'm not very familiar with the http. Thanks, Michal