thehostingland
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by thehostingland-
@Infopro, Thanks for the solution .
-
I found the solution as follows : Add another condition to it: [QUOTE]RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{HTTP_HOST} ^(www\.)?maindomain\.com$ [NC] RewriteRule ^$ https:/...
-
[quote="gopkris2005, post: 1547201">If possible, try this settings RewriteEngine On RewriteCond %{HTTP_HOST} ^mydomain\.co.uk$ [NC] RewriteRule ^(.*)$ https://www.mydomain.co.uk/$1 [R=301,L] Trie...