thehostingland

  • Total activity 7
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Activity overview

Latest activity by thehostingland
  • thehostingland commented,

    @Infopro, Thanks for the solution .

  • thehostingland created a post,

    WHM Create account Error

    Dear all, I tried creating an account in my WHM . The domain name is an ip (xx.xx.xxx.xx) (Dedicated IP). after i filled the form and submit it i got an error as follows Account Creation Status: ...

  • thehostingland commented,

    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:/...

  • thehostingland commented,

    [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...

  • thehostingland created a post,

    HTTPS redirect .htaccess issue

    I own multiple domain names under single main domain as addon domain ., i also bought ssl for main domain . to force all non ssl to ssl i use following .htaccess code RewriteEngine On RewriteCond ...