Order Allow,Deny
Deny from all
allow from 116.50.253.58
RewriteEngine On
RewriteCond %{HTTP_HOST} !^shalongclub.com/$ [NC]
RewriteRule ^(.*)$ https://www.shalongclub.com/$1 [L,R=301]
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^test/? /license.txt [L]
</IfModule>
this is the content , is it correct?