How do I install Locked Area Lite?

Before you install Locked Area Lite you need to create a folder that you want to protect - this should be inside your public_html folder

When you carry out the installation, it will be to another folder that will hold the Locked Area Lite program files - this folder will be created by the installer, but must have a different name from the folder that you wish to protect. 

For this example installation, the folder where Locked Area Lite is installed to is 'locklite', and the folder to protect is called 'documents' - you should replace yourdomain.com with your domain name, and the folder names with the appropriate values. 

When you first access the application in the location where you've installed the Locked Area Lite program files to, you will see a setup page. The most important option on this screen is the third option - "Member's Area Directory Path" as this sets the path to the folder to be protected. By default this is "/home/sites/yourdomain.com/public_html" You will need to change this to use the name of the folder you wish to protect "/home/sites/yourdomain.com/public_html/documents". 

There other required fields - ensure you note down the values you enter into these fields:- 

Administrator Name: 
Administrator Username
Administrator Password: 

That completes the installation and provides the following urls:- 

Your member's area: 
http://www.yourdomain.com/documents 
You have no users yet so you have no way to login but it's good to check the login window does pop-up at this stage. 

Your administration panel: 
http://www.yourdomain.com/locklite/admin.cgi

Your online user registration form: 
http://www.yourdomain.com/locklite/register.cgi

Your user account manager: 
http://www.yourdomain.com/locklite/manage.cgi

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

Moodle gives a white page and reports memory issues.

Set the following in your php.ini put this in the root of your Moodle installation - this is...

Why isn't my custom php.ini working?

There are a few common reasons why custom php.ini files won't work.   Check the file...

Why is my scheduled task (CRON job) not running?

If the scheduled task did not run check the following before contacting support. 1) The file...

'Pretty' URLs not working in Concrete5

This problem with the Concrete5 script is related to the configuration of PHP on our systems, but...

My script needs a higher memory allocation, how do I increase it?

You can create your own php.ini file inside whatever sub-directory your script is in....