Secure section + secure PDF's

Hi all,


I need to create a secure section of our website which will house PDF's accessible to the public only after they login to the secure section.



There will only need to be one generic username and one generic password for all users.



Where do I begin?



Cheers,



ozmo

Upload the PDFs somewhere.
Create a User with a username and password.

Deny Public read access to your PDFs.

Grant read access to the user you created.



Now, public users who navigate to those PDFs will need to log in as the user you created. Give them the username and password to use and they will have access.

[quote]Upload the PDFs somewhere.
Create a User with a username and password.

Deny Public read access to your PDFs.

Grant read access to the user you created.



Now, public users who navigate to those PDFs will need to log in as the user you created. Give them the username and password to use and they will have access.[/quote]



Thanks Greg :slight_smile: