Options -Indexes
RewriteEngine On

# non-www -> www + https (ALL IN ONE)
RewriteCond %{HTTP_HOST} ^koraholidays\.ro$ [NC]
RewriteRule ^(.*)$ https://www.koraholidays.ro/$1 [L,R=301]
