RewriteEngine On
RewriteCond %{HTTP_HOST} ^arhosting\.in [NC]
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.arhosting.in/$1 [R,L]
<Files 403.shtml>
order allow,deny
allow from all
</Files>
