aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
blob: 01447f673e643755beff815f8183a3b2befe2fbf (plain)
1
2
3
4
5
<Files ~ "^\.ht.*">
	deny from all
	satisfy all
	ErrorDocument 403 "You are not allowed to access .ht* files!"
</Files>