marlencrabapple/Glaukaba/master/example.htaccess - Htaccess File

marlencrabapple/Glaukaba/master/example.htaccess

DirectoryIndex wakaba.html index.html
AddCharset utf-8 html # If you change this, remember to change the RewriteRule entry further down, too!

<Files *.sql>
Deny from all
</Files>

<Files config.pl>
Deny from all
</Files>

<IfModule mod_headers.c>
<Files *.html>
Header add Expires "Mon, 26 Jul 1997 05:00:00 GMT"
Header add Pragma "no-cache"
Header add Cache-Control "max-age=0; must-revalidate; no-cache"
Header unset Vary
</Files>
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache