Advertisement
Guest User

Untitled

a guest
Jul 26th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. # /etc/apache2/apache2.conf
  2.  
  3. <Directory /var/www/>
  4. Options Indexes FollowSymLinks
  5. AllowOverride None -> all
  6. Require all granted
  7. </Directory>
  8. ------------------------
  9. <FilesMatch "^\.ht">
  10. Require all denied -> granted
  11. </FilesMatch>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement