Hi,
I'm trying to add my own controller to a custom theme and would appreciate any guidance or code examples on how to do this.
More specifically, I want to generate a URL which will allow the client to download a file from the database using an ID from the omeka_files table:
/file/download/123
I then what the code to redirect to the actual file:
/archive/files/filename.ext
I'm happy to implement this into a plugin if required.
Many Thanks
Stephen

