rejetto forum

Software => HTML & templates => HFS ~ HTTP File Server => RAWR-Designs => Topic started by: moonman on October 28, 2010, 09:32:23 PM

Title: Is it possible for a folder to link to a page?
Post by: moonman on October 28, 2010, 09:32:23 PM
Hi,

I'm using a rawr template. I would like to have a folder in HFS which link to some other link. I have a uTorrent WebUI on the same machine, so I would like the folder to link to for example http://myserver:88/gui/

Any input is appreciated

Thanks,
Oleg
Title: Re: Is it possible for a folder to lonk to a page?
Post by: TSG on October 30, 2010, 03:44:27 AM
Create a link in HFS?

It is in the context menu of the file system.
Title: Re: Is it possible for a folder to lonk to a page?
Post by: Mars on January 05, 2011, 09:07:04 PM
There are two possibilities to create links

links with a dos path resource   e:\folder1\.......\file.ext
links with web resource    http://www.dnsname.com/folder/....../file.ext

If you decide to bind link (as a Web resource) and an element of the vfs, it is necessary for the resource to use the relative url from the root of the item  as following

/folder/....../file.ext   without   http://www.mydns.com
 ;)