Options +FollowSymLinks +Includes

AddType text/html .shtml
AddHandler server-parsed .shtml
AddType text/plain .rss

DirectoryIndex index.shtml

ErrorDocument 404 /index.shtml
Redirect permanent /index.php /index.shtml
Redirect permanent /index.htm /index.shtml
Redirect permanent /index.html /index.shtml

DefaultLanguage en
# WEEK
<FilesMatch "\.(jpg|png|txt|gif)$">
Header set Cache-Control "max-age=604800"
</FilesMatch>
# DAY
<FilesMatch "\.(html|shtml|inc|rss)$">
Header set Cache-Control "max-age=43200"
</FilesMatch>
# MINUTES
<FilesMatch "\.css$">
Header set Cache-Control "max-age=360"
</FilesMatch>

RewriteEngine on

RewriteBase /

<IfModule mod_security.c>
  SecFilterEngine Off
  SecFilterScanPOST Off
</IfModule>
