adrianmak Posted September 14, 2015 Share Posted September 14, 2015 I'm going to develop a simple document managment website. Registered users are allowed to upload and download on their own files. How could I protected those files indexed from search engine. Files download should be available for authenticated logon user. Other ppl, (even you copied the file's download url) could not able to download the files from the link (shared) directly, and it will redirect to a user login form. pw 2.6.x has been released a while, any such a feature for private and public file ? Link to comment Share on other sites More sharing options...
kongondo Posted September 14, 2015 Share Posted September 14, 2015 A starting point maybe? http://modules.processwire.com/modules/fieldtype-secure-file/ 1 Link to comment Share on other sites More sharing options...
LostKobrakai Posted September 14, 2015 Share Posted September 14, 2015 Search engines are quite dump machines, if they cannot find a link to one of the files, they won't index them. As those bots are naturally unauthenticated, they should only see the login page. If you want to access control not only the page, where the link will be shown, but also the direct link to the files, then $config->pagefileSecure is the keyword. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now