<IfModule mod_headers.c>
Header set Strict-Transport-Security max-age=16070400;
</IfModule>

<IfModule mod_rewrite.c>

# Limit User's Directory Access
Options -Indexes
DirectoryIndex index.php

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^([^\.]+)$ $1.php [NC,L]

</IfModule>
