cooperpellaton/cooperpellaton.com/master/.htaccess - Htaccess File

cooperpellaton/cooperpellaton.com/master/.htaccess

RewriteEngine On

RewriteBase /

RewriteCond %{SCRIPT_FILENAME} !-f

RewriteCond %{SCRIPT_FILENAME} !-d

RewriteRule ^(.*)$ $1.html [NC,L]

<FilesMatch ".(jpg|jpeg|png|gif|swf)$">
    Header set Cache-Control "max-age=604800, public"
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
SCRIPT_FILENAME

Comments

Apache