Hi there
Does anyone know how to restrict file download to a particular group?
E.g. I've got a file in download/file.doc, but now i only want to allow certain users to download that file. Currently everyone can just type in the url mydomain.com/download/file.doc and can get the file.
Protecting the file (or folder that it is in) with .htaccess is not ideal, since then my goup of users that do have download permissions would need that username and password. I want to do it a bit more elegantly and seamlessly.
Any ideas?
H