| Setup |
Thank you for using the Web File Viewer. This is the default page you should see when you are installing Web File Viewer. To activate Web File Viewer, you must change the option "setupmode" to "false" in the index.php file. Below is a set of instructions that will help you customize how the software is set up on your web site.
|
| Advanced Security | |
How to use .htaccess to make sure your files are secure. The simple password protection feature built into Web File Viewer will prevent unauthorized users from browsing the files on your site. However, if users know the name of a file on your server, they could potentially view the file by typing in the path to the file in the address bar. One solution to this problem is to use an .htaccess file and an .htpasswd file to restrict access to folders on your server. This section describes how to use this method to secure the files on your server. If you use this method, leave the password option blank in index.php Step 1. Create an .htpasswd file that contains all of the users who should have access to the system. To automatically generate the encrypted password file, enter the users and passwords below:
Step 2. Create an .htaccess file for the directory you want to secure:
|