I created a website using Web Designer 9 Premium. I would like to protect the data by installing a login procedure with username and / or password. How can I do this?
Many thanks in advance.
How to protect the data depends on what you want to protect and the services your web host provides:
1. One global username and password ( not recommended )
or
2. Individual users to be registered and each have their own password.
For:
1. There are many examples of using a htaccess file to control access to folders containing the data however this only works on a Apache hosted site. See this site
2. Your website host must have PHP and preferably MySQL available. The web page coding will have to be done manually. AFAIK Website Designer does not support this. There are many scripts available on the Internet to show you how to do this.