Can I set individual files folder per site?
pepeek - October 23, 2008 - 08:54
| Project: | Virtual Sites |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The best solution is that on file system we have:
/files
/site_A
file1.txt
/site_B
file2.txt
/...with this visibility on web:
site_A.com/files/file1.txt
site_B.com/files/file2.txtAcceptable is also this:
site_A.com/site_A/file1.txt
site_B.com/site_B/file2.txtand unacceptable is this:
site_A.com/files/site_A/file1.txt
site_B.com/files/site_B/file2.txtbecause then this would be possible too:
site_A.com/files/site_B/file2.txt
site_B.com/files/site_A/file1.txtDo you have a solution for it?
Thanks,
--Josef

#1
Needed feature. Any solutions?