arturslukins/rvt/master/.htaccess - Htaccess File

arturslukins/rvt/master/.htaccess

<FilesMatch ".(html|htm|js|css|php)>
FileETag None
Header unset ETag
Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate"
Header set Pragma "no-cache"
Header set Expires "Wed, 11 Jan 1984 05:00:00 GMT"
</FilesMatch>

php_value display_errors On
php_flag magic_quotes 1
php_flag magic_quotes_gpc 1
php_value mbstring.http_input auto
php_value date.timezone America/New_York

On Github License

Files

Download PDF of Htaccess file
no-cache, Pragma

Comments

Apache