RewriteEngine on
Header set Content-Security-Policy: upgrade-insecure-requests

RewriteEngine on
RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} ^bestregistry-cleaner\.com$ [OR]
RewriteCond %{HTTP_HOST} ^www\.bestregistry-cleaner\.com$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ "https\:\/\/bestregistry-cleaner\.com\/$1" [R=301,L]

RewriteEngine on

AddHandler application/x-httpd-php htm html

# php -- BEGIN cPanel-generated handler, do not edit
# Set the “ea-php82” package as the default “PHP” programming language.
<IfModule mime_module>
  AddHandler application/x-httpd-ea-php82 .php .php8 .phtml
</IfModule>
# php -- END cPanel-generated handler, do not edit
