OpenServerPanel/home/example-test.local/htdocs/.htaccess

7 lines
198 B
ApacheConf
Raw Normal View History

2024-01-25 19:33:10 +00:00
AddDefaultCharset UTF-8
AddCharset UTF-8 .html
<FilesMatch "\.(html)$">
Header set Cache-Control: "no-cache, no-store"
Header unset ETag
</FilesMatch>
Header set X-Content-Type-Options nosniff