
RewriteEngine on
# Use PHP5.4 as default
AddHandler application/x-httpd-php54 .php
RewriteCond %{HTTP_HOST} ^alsabagh\.iq$ [OR]
RewriteCond %{HTTP_HOST} ^www\.alsabagh\.iq$
RewriteRule ^/?$ "http\:\/\/alsabagh\.iq\/index\.htm" [R=301,L]

