12 lines
303 B
ApacheConf
12 lines
303 B
ApacheConf
### PROTECT FILES ###
|
|
<FilesMatch "\.(htaccess|htpasswd|ini|fla|psd|log|sh)$">
|
|
Order Allow,Deny
|
|
Allow from all
|
|
</FilesMatch>
|
|
|
|
RewriteEngine on
|
|
RewriteCond %{HTTPS} !on
|
|
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
|
|
|
|
Header set Strict-Transport-Security „max-age=31536000” env=HTTPS
|