rejetto forum

Is it possible for a folder to link to a page?

0 Members and 1 Guest are viewing this topic.

Offline moonman

  • Occasional poster
  • *
    • Posts: 3
    • View Profile
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


Offline TSG

  • Moderator
  • Tireless poster
  • *****
    • Posts: 1935
    • View Profile
    • RAWR-Designs

Offline Mars

  • Operator
  • Tireless poster
  • *****
    • Posts: 2059
    • View Profile
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
 ;)