tinyib/.svn/text-base/.htaccess.svn-base
2009-09-19 19:53:15 -07:00

11 lines
215 B
Plaintext

DirectoryIndex index.html
AddCharset UTF-8 .html
AddCharset UTF-8 .php
<IfModule mod_headers.c>
<Files *.html>
Header add Pragma "no-cache"
Header add Cache-Control "no-cache"
Header unset Vary
</Files>
</IfModule>