File links

Post Reply
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

File links

Post by pete.smith »

Hello
I am trying to track down why webinator isnt going into these links:

file://Depot02/rel/www/internal/foundation_services/teams/bizapps/projects/_Intranet/intranet_improvements/documents/Vision/An%20Obscure%20Test%20of%20the%20Search%20Engine.doc

So that is a file link ( I have file protocol checked in all walk) but do I need to flag Depot02 (thats the UNC path) somehow ? In the list edit page for the parent page, those file links are all greyed out (not links) like the http ones so I dont think it followed into them.
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

File links

Post by pete.smith »

maybe I add depot02 to my extra domains list? Does it think that this is a different domain?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

File links

Post by mark »

On windows you can access remote files directly using paths like that. On unix you need to mount the filesystem and access is using "localhost" and the path to the mount. Or you can add calls to <urlcp fileroot MOUNTPOINT> (see http://www.thunderstone.com/site/vortexman/node139.html) to make the windows unc path work with the mounted filesystem.

Then you also need to add depot2 as an extra domain.
pete.smith
Posts: 73
Joined: Tue May 17, 2005 2:08 pm

File links

Post by pete.smith »

SO I just add that urlcp call to my dowalk? Where is a good place to put that?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

File links

Post by mark »

Right after the <urlcp filenonlocal unc> call would be good. So if you have depot2 mounted under /mnt you would use <urlcp fileroot /mnt>
Post Reply