On Tue, 11 Sep 2012 23:27:08 +0800 lina <lina.lastname@gmail.com> wrote: > I am not clear how to password protect my file/folder. Hi Lina, assuming the server is running Apache follow this howto: http://www.elated.com/articles/password-protecting-your-pages-with-htaccess/ The Apache config has to allow AuthConfig (AllowOverride AuthConfig) for the directory you want to protect, but it's very unusual to disallow this. Best regards Denis Witt