Password Protect Your Web Development Folder

We can use sim­ple pass­word pro­tec­tion to keep users from see­ing your lat­est devel­op­ment on the web until you are ready. By using the .htaccess file in the folder we want to pass­word pro­tect and an .htpasswd file out­side of the /public_html/ folder to spec­ify the users we will be able to lock out the pub­lic until our theme / project / site / etc. is complete.

Con­tinue read­ing