Nahrain Internet Services

htaccess :

استضافة عراقية

www to http redirect

*******

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} .
RewriteCond %{HTTP_HOST} !^example\.com
RewriteRule (.*) https://example.com/$1 [R=301,L]

 

*******