Defect #193
Entah kenapa, file .htaccess ini tidak berfungsi.
```apache
RewriteEngine On
RewriteCond %{HTTP_HOST} ^www\.nawan\.my\.id$ [NC] !^www\.(.*)$ [OR,NC]
RewriteRule ^(.*)$ https://nawan.my.id/$1 [L,R=301]
<IfModule mod_headers.c>
<FilesMatch "\.html$"> "\\.html$">
Header set Cache-Control "max-age=604800, must-revalidate"
</FilesMatch>
</IfModule>
```
---
Support ticket: [#27644](https://my.hostbrr.com/plugin/support_manager/client_tickets/reply/27644/)