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

Title: Linking to other ibays
Post 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
Title: RE: Linking to other ibays
Post by: Gordon Rowell on August 29, 2000, 05:57:30 PM
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
Title: RE: Linking to other ibays
Post by: Lars Thorelius on August 29, 2000, 07:33:37 PM
Thank you for your reply.

However, I mean a local reference, not via a www. address.

Regards
Lars Thorelius
Title: RE: Linking to other ibays
Post by: Gordon Rowell on August 29, 2000, 11:02:26 PM
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
Title: RE: Linking to other ibays
Post by: Lasse Johansson on August 29, 2000, 11:49:36 PM
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
Title: RE: Linking to other ibays
Post by: Lars Thorelius on August 30, 2000, 11:55:09 PM
Thank you for your help! Yes, I do mean in file mode.

Regards
Lars