Advertisement
Guest User

Untitled

a guest
Jun 17th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. //Password Protect file
  2. <Files /b374k.php>
  3. AuthName "Prompt"
  4. AuthType Basic
  5. AuthUserFile /var/www/vhosts/rzin.cf/.htpasswd
  6. Require valid-user
  7. </Files>
  8.  
  9. //Prevent viewing of .htaccess file
  10. <Files .htaccess>
  11. order allow,deny
  12. deny from all
  13. </Files>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement