RewriteEngine on
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^index.html/?$ /indian-cottage-rougeley/index.html [L]
RewriteRule ^/?$ /indian-cottage-rougeley/index.html [L]
RewriteRule ^(.*) /indian-cottage-rougeley/angular.html [NC,L]