Advertisement
Guest User

Untitled

a guest
Feb 17th, 2014
786
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <FilesMatch "wp-login.php">
  2. AuthType Basic
  3. AuthName "Authorized Only"
  4. AuthUserFile /home/username/.htpasswd
  5. Require valid-user
  6. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement