summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 2244a05715da50a7c059ee4b429a73cbcee834b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# AddDefaultCharset	UTF-8
php_flag	display_errors	Off
php_flag	log_errors	On
php_value	error_log	logs/errors
php_value	upload_max_filesize	5M

<FilesMatch "(\.inc|\~)$">
  Order allow,deny
  Deny from all
</FilesMatch>

Order deny,allow
Allow from all