backups/manual-20260417-retire-indexhtml/htaccess.pre-retire

Code: DEV-D1C24C93 Size: 0.2 KB Lines: 10 Path: /home/prodconfig.wenesthosting.com/dev.solargroup.wenest.se/backups/manual-20260417-retire-indexhtml/htaccess.pre-retire

Task / Comment

Open report form
DirectoryIndex index.php index.html

<IfModule mod_headers.c>
  <FilesMatch "\.(html|php)$">
    Header set Cache-Control "no-cache, no-store, must-revalidate"
    Header set Pragma "no-cache"
    Header set Expires 0
  </FilesMatch>
</IfModule>