Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Generate .htpasswd file:
- htpasswd -c /pathtofile/.htpasswd Username
- Access throught .htaccess file:
- AuthUserFile /pathtofile/.htpasswd
- AuthType basic
- Require valid-user
- AuthName "Username and password required"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement