How to protect a directory using .htaccess

Adding Folder Password Protection Sometimes you need to protect a directory with a login and password. Here is how to accomplish this. You will need ssh access. Create or upload a file named: .htaccess in the directory you are wanting to protect. The .htaccess file should contain the following 4 lines: AuthType Basic AuthName “Some…

Read More