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