krlaboratories

how block accces to the directory of any website

Oct 30th, 2021 (edited)
598
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Create .htaccess file with such strokes and put in directory:
  2.  
  3. Options All -Indexes
  4. Deny from all
  5.  
  6. Server will be response code 403.
Add Comment
Please, Sign In to add comment