Nahrain Internet Services
htaccess :
redirect "www" to "https"
*******
RewriteCond %{HTTP_HOST} ^www\.(.*) RewriteRule ^.*$ https://%1/$1 [R=301,L] |
*******
htaccess :
*******
RewriteCond %{HTTP_HOST} ^www\.(.*) RewriteRule ^.*$ https://%1/$1 [R=301,L] |
*******