By MariaY on
Hello! Is it possible to have a URL alias for an attached file that ends up in the /files directory? I have some PDFs in the /files directory that I can't make aliases for. Thanks!
Hello! Is it possible to have a URL alias for an attached file that ends up in the /files directory? I have some PDFs in the /files directory that I can't make aliases for. Thanks!
Comments
Try...
Try /system/files/
Does that work?
-----------------------------------------------
GeologyRocks: http://www.geologyrocks.co.uk
It works! Thanks!
It works! Super. I am very curious to know where you found that out, as it does not seem to be in any documentation I've found.
---
The assumption probably is that you have the private download method being used ? which would add system to the path.
what is ...
private download method?
---
administer -> file system
I use the private file
I use the private file system (mentioned below) on my site. If you look at the URL of a submitted image, for example, you get the correct path to use. For example, look at the source for this page, you can see
Hence, where /system/files/ came from...
-----------------------------------------------
GeologyRocks: http://www.geologyrocks.co.uk
public file system too
Thanks! I am using the public file system, so it seems the "/system/" part of the URL is there for both private and public file system. I don't understand the implications and advantages and disadvanges of each, and if someone would explain that it would be much appreciated.