tslocum/PyIB/master/.htaccess - Htaccess File

tslocum/PyIB/master/.htaccess

DirectoryIndex index.html
AddCharset UTF-8 .html
AddCharset UTF-8 .py

<IfModule mod_headers.c>
<Files *.html>
Header add Pragma "no-cache"
Header add Cache-Control "no-cache"
Header unset Vary
</Files>
</IfModule>

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache