Jump to content

heliolo

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

heliolo's Achievements

Newbie

Newbie (1/14)

  • One Month Later Rare
  • Week One Done Rare
  • First Post Rare
  • Conversation Starter Rare

Recent Badges

0

Reputation

  1. Hello, I would like to move my site from Tommy to Ricky for better stability for use with email. The Paypal transaction ID is: 35N29733HU926942B, and the account to move is heliolo Not sure if the move is possible with the current rebuild, but I am fine with a bit of a wait if that's what it takes. Thank you!
  2. Ah okay got it. Thanks for the explanation and help, didn't ever consider that encryption could be a bad thing.
  3. Yes, I am also trying to remove the www and that is working on the main domain with the first .htaccess I posted. Apologies for the many dumb questions but where is the webroot for the premade subdomains (cpanel/webmail)? There are no entries under the subdomain tabs in cPanel that would have the document root. I tried placing the code you posted in the .cpanel/ and mail/ directories but neither had any effect. Should I create subdomain entries and define the document root for those desired subdomains?
  4. Hi Krydos, thanks for the response. I have been trying to use the .htaccess to force HTTPS on all subdomains but am having some trouble. From searching around this is what I currently have: RewriteEngine on RewriteCond %{HTTP_HOST} ^www\.(.+) RewriteCond %{HTTPS}s/%1 ^(on(s)|offs)/(.+) RewriteRule ^ http%2://%3%{REQUEST_URI} [L,R=301] RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] This works for everything on the main domain (http -> https) and (www -> non-www), but it doesn't have any effect on the subdomains (cpanel or webmail). I have tried placing the .htaccess in both the public_html/ folder as well as the in the home directory, both have the same behavior. Do you have any ideas on what could be the problem? I have also tried other solutions posted around online: === 1 === RewriteCond %{HTTPS} =off RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] === 2 === RewriteCond %{HTTPS} off RewriteCond %{HTTP_HOST} ^((?!www\.)[^.]+)\.example\.com$ RewriteRule ^ https://%1.example.com%{REQUEST_URI} [NE,L,R] Thanks
  5. Hello, I have two questions regarding cPanel. First, I would like to force all subdomains (cpanel.domain.com, webmail.domain.com, etc.) to use https. I have the SSL certs setup through AutoSSL, and I can access the secure version by manually typing in https, but I would like to force this behavior for safety/security concerns. It seems like this can be done using WHM, but I don't actually have a good idea of what WHM (Web Host Manager) is. Is this the software that Heliohost uses to provide each user with their own cPanel login and individual customization? If so, do users have any access to this interface? Next, I was having issues redirecting traffic pointed to the www. version of my domain name to the non-www. version. In cPanel, I have configured a redirect to match both www. and non-www. that points to the base domain name (https://example.com). However, this redirect only works for requests sent to http://www.example.com. Accessing https://www.example.com does not redirect to the non-www. version. I previously was self-hosting my site, and was able to accomplish this functionality through nginx redirect rules. Is there anything I am missing in setting up this redirect? Thank you!
×
×
  • Create New...