![]() |
Method Two -- Add an index.html
Page to a Directory |
Create an index.html pageIf you store files on the Polaris or Nova servers, you can use an index.html page to block access to a directory. This method is a little more complicated then just adding text to WebTycho, but is relatively easy and provides you with the flexibility of using URLS in the WebTycho classroom. When using an index.html page it is best to put all sensitive files in one folder. For example you could create a folder called exams and place all of your exams in that folder.
Now that you have created an index.html page for sensitive files, it's important to know that an index page may not be sufficient. If you make your file names predictable (i.e., mid-term.html, midterm.html, final.html), then index.html will not help. If a student can guess the file name, they can still gain access to the document by simply typing in the full URL. For added security, it is advisable to assign file names that are not very easy to guess. Try using less obvious names for your assignments like mt-sum2003.html instead of midterm.html. |
|