coolcom
- Total activity 89
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 26
Comments
Recent activity by coolcom-
Thanks... yes agreed... it's on them to get caught up... was just wondering out loud if it was similar to the issue with adapting to the Jupiter theme where we had to make a config (I think that's ...
-
Thank-you to Bruno Mirchevski
-
I have posted the support request through the cPanel Support system under "Email addresses cannot be verified" #94382547
-
Sorry, cannot find the link you refer to... just a link to your Avatar info. I will post a support request and reference this post.
-
Automatic = x number of attempts per day (I think once?) to get a cert. Manual = attempting to get a cert as many times per day you want to try, increasing the likelihood of hitting the system wh...
-
Interesting.... why would one have to be persistent if the process was working automatically? As you stated... you have to manually try again 4 or 5 times.... that is not auto. My experience has ...
-
Let's be frank... the cPanel licenses increased significantly over the last year or two... and you took your profits. That's fine. However, there is an implicit agreement here, and that is that pr...
-
Heh... OK... tested and verified. I guess that's what "Public Domains" means, eh? LOL All these years and I never understood that... I'm sitting here thinking "domains accessible by the public" ...
-
OK... so the .htaccess should look like: RewriteEngine on RewriteRule ^(.*)$ https: //newdomain.com/$1 [R=301] (space added to URL above to allow it to show) I changed it to that and all works a...
-
This is the current .htaccess file: RewriteEngine on # #RewriteEngine on #RewriteOptions inherit #RewriteCond %{HTTP_HOST} ^domain.com$ [OR] #RewriteCond %{HTTP_HOST} ^www\.domain\-t\.com$ #Rew...