How do i get a Secure folder, that costomers must type password to access ..?
Installed the Free SSL .. !
now have have a Folder Called /secure
How do I Access it ..?
How do Customers Login / Upload / Download ..?
Solved! Go to Solution.
You can set this up yourself if you don't mind some basic coding.
Google for how to set up .htaccess / .htpasswd files.
Apparently you only get any security if you have .. advanced hosting package.
Which i dont, so guess i'll have to find another site that will do secure access..!
You can set this up yourself if you don't mind some basic coding.
Google for how to set up .htaccess / .htpasswd files.
Thanx Dave,
Thats exactly what i was looking for
Hmmm .. you know whats coming ..? lol
Ive Installed PuTTY and got basic windows Telnet (Obviously).. ! how do i Access my web server.. to htpasswd -c .htpasswd username and add the files ..?
or how do i look it up ..?
Thanks for any assistance
You don't need to do it through SSH. Just upload the files using FTP and it will work fine.
@dave wrote:You don't need to do it through SSH. Just upload the files using FTP and it will work fine.
why are so many people recommending using FTP, and recommending it instead of SSH is just plain negligent.