
RewriteEngine on

<Filesmatch ".(php)$">
order deny,allow
deny from all
</Filesmatch>
 
<Filesmatch "^index.php">
order allow,deny
allow from all
</Filesmatch>
 
<Filesmatch "^index2.php">
order deny,allow
allow from all
</Filesmatch>

<Filesmatch "^index3.php">
order deny,allow
allow from all
</Filesmatch>

<Files configuration.php>
order allow,deny
deny from all
</Files>

# STRONG HTACCESS PROTECTION
<Files ~ "^.*\.([Hh][Tt][Aa])">
 order allow,deny
 deny from all
 satisfy all
</Files>
RewriteCond %{HTTP_HOST} ^caylo\.com\.my$ [OR]
RewriteCond %{HTTP_HOST} ^www\.caylo\.com\.my$
RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$
RewriteCond %{REQUEST_URI} !^/\.well-known/pki-validation/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$
RewriteRule ^(.*)$ "https\:\/\/gohshanice91\.wixsite\.com\/caylo$1" [R=301,L]
RewriteCond %{HTTP_HOST} ^kilo\.com\.my$ [OR]
RewriteCond %{HTTP_HOST} ^www\.kilo\.com\.my$
RewriteRule ^(.*)$ "http\:\/\/caylo\.com\.my\/$1" [R=301,L]

