Closed (won't fix)
Project:
Web File Manager
Version:
6.x-2.9-alpha2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2008 at 18:03 UTC
Updated:
17 Oct 2010 at 14:44 UTC
Is there anyway of setting Webfm root path behind webroot?
I have a large amount of files that require to be behind webroot and from what I can tell theres no way of setting Webfm to have its path behind webroot. I have been searching for the reason why Webfm only has the option to have its path inside webroot when webfm does not actually require direct http access to the directories.
Any insight would be greatly appreciated.
Thanks.
Comments
Comment #1
robmilne commentedPlacing it outside webroot was my original intention but because of time constraints I ended up using drupal file.inc calls that are all predicated on the files being within webroot. When I find time I'll remove that dependency.
Comment #2
robmilne commentedComment #3
tomhung commentedwhy not use a sym link?
Comment #4
tom-d commentedI have tried this, ln -s /www/drupal/files/private /behind_webroot but it doesn't work..
When you try to download a attached file it fails, have you got it to work?
Comment #5
xcorex commentedSame here. Any advices?
Comment #6
xcorex commentedI've checked the fpath into the webfm_file table, and its Ok. I've copied the fpath into the FF3 and the download was successful.
Comment #7
nhck commented