---------------------------------------------------------------------- Create .htpasswd; generate Username/password using the following site ---------------------------------------------------------------------- https://heyletslearnsomething.com/htpasswd-generator ------------------------------------------------------------------------ Create a .php file and add the following to get the .htpasswd location ------------------------------------------------------------------------ ---------------------------- Add this to htaccess file ---------------------------- AuthType Basic AuthName "Restricted Area" AuthUserFile /home/direzzqu/public_html/letslearnwordpress.com/demo/.htpasswd Require valid-user