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

ErrorDocument 500 /error.cgi