Each BSCW object has an internal address. It is written in
the address line of your Web browser while the object is displayed. If a
document of type text/html
named article is displayed, the
address field might say e.g.:
http://Ihr-BSCW-Server/sec/bscw.cgi/d3014/Artikel.html
You can use this internal address for references in any HTML document:
<A HREF="http://Ihr-BSCW-Server/sec/bscw.cgi/d3014/Artikel.html">Article</A>
If the document containing the reference is located on the same BSCW server, you may also write the following as an abbreviation:
<A HREF="/sec/bscw.cgi/d3014/article.html">article</A>
If you want to allow anonymous access from the Internet to
article.html
, the address must be modified as follows:
<A HREF="http://Ihr-BSCW-Server/pub/bscw.cgi/d3014/Artikel.html">Article</A>
Allow anonymous access details, see 4.5.1 Allow anonymous access.