DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On 
RewriteCond %{HTTPS} off 
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
</IfModule>
<IfModule mod_headers.c>
Header set Strict-Transport-Security “max-age=1000"
Header set X-Frame-Options "SAMEORIGIN"
Header set X-XSS-Protection "1; mode=block"
Header set X-Content-Type-Options nosniff
</IfModule>
#BLV-START-1 DO NOT MANUALY CHANGE ANYTHING UNTIL BLV-END
<IfModule mod_rewrite.c>
  RewriteEngine on
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteCond %{REQUEST_FILENAME} !-d
  RewriteRule ^(photos_of_haweri_estate|location|location_of_haweri_estate|photos|retreats_and_events|save-page1|villa_haweri_estate_at_nihi_sumba|experience|retreats_and_events_at_haweri_estate|experience_at_haweri_estate,_sumba|the_villa|enquire_and_book_haweri_estate|enquire)$ index.php?pg=$1 [L,QSA]
</IfModule>
#BLV-END-1

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