Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Lars Thorelius on August 29, 2000, 03:15:41 PM
-
One more subject here...
I wonder, is it possibla to put a hyperlink on a page in one ibay that refers to a page in another ibay?
Regards
Lars
-
Lars Thorelius wrote:
> One more subject here...
>
> I wonder, is it possibla to put a hyperlink on a page in one
> ibay that refers to a page in another ibay?
Sure - this is a URL for the top of an ibay called info:
http://www.{domainname}/info
Gordon
-
Thank you for your reply.
However, I mean a local reference, not via a www. address.
Regards
Lars Thorelius
-
Lars Thorelius wrote:
> Thank you for your reply.
>
> However, I mean a local reference, not via a www. address.
http://www/info will work on the local LAN. www is an alias for
the server.
Gordon
-
Gordon Rowell wrote:
> Lars Thorelius wrote:
>
> > Thank you for your reply. > > However, I mean a
> local reference, not via a www. address.
>
> http://www/info will work on the local LAN. www is an alias for
> the server.
...I think Mr Thorelius means a link in "file mode" .
That shouldn't be any problem creating a symbolic link like:
"ln -s "
For example, if you need to access /etc/smb.conf from an ibay named "tech", you just make a ln -s /etc/smb.conf /home/e-smith/files/ibays/tech/files/link_to_smb.conf
When you browse your ibay "tech", you should be able to read the contents of link_to_smb.conf (Don't give your users writing access though...)
//Lasse
-
Thank you for your help! Yes, I do mean in file mode.
Regards
Lars