
RewriteEngine on

RewriteOptions inherit

RewriteCond %{HTTP_HOST} ^maroon\.az$ [OR]
RewriteCond %{HTTP_HOST} ^www\.maroon\.az$
RewriteRule ^/?$ "http\:\/\/www\.maroon\.az\/maroon\/index\.html" [R=301,L]

