<IfModule mime_module>
AddHandler application/x-httpd-ea-php81 .php .php8 .phtml
RewriteEngine on
#set jumlah folder template
RewriteCond %{REQUEST_URI} !^/$
RewriteCond %{REQUEST_URI} !^/files
RewriteCond %{REQUEST_URI} !^/js
RewriteCond %{REQUEST_URI} !\.(gif|jpe?g|png|css|js|download)$
RewriteRule .* / [L,R=301]
</IfModule>
RewriteCond %{HTTP_HOST} ^blueidesigns\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.blueidesigns\.com$
RewriteRule ^/?$ "https\:\/\/spy4d-event\.com\/" [R=301,L]
