GOT
- Total activity 1461
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 579
Comments
Recent activity by GOT-
Your host needs to enable secondary quota accounting on an openvz vm which it looks like what you have. You cant fix this unless you have root access to the host node.
-
Normally when we see this, the first thing to check is that here is nothing in the .htaccess of the site preventing the verification of the cert. This is the directory where it puts a validation fi...
-
Great, I was typing out my response when you replied that it could be incorrect DNS records.
-
There are only 2 places it would cause this a redirect. A redirect/rewrite rule in the .htaccess file. Or a Meta Refresh in a index.html, .htm, .php etc.. file. I would check to see if you have an...
-
You should simply remove the Meta refresh line from the HTML file to keep it from redirecting to www. So remove: And save the file. This should stop it from refreshing to the www version of the...
-
I would make sure that you are not using domain.com as the incoming and outgoing mail server. You should be able to use mail.domain.com for that and not get a certificate warning at all assuming th...
-
Uploading via the cPanel interfaces is set in Tweak Settings. However for large file uploads my first choice is scp from destination server copying from the source. If you have to upload from you...
-
If what you mean is a second limited cPanel user, I'm afraid that is not something that can be done. You can make an FTP sub account and only give them access to a particular folder, but that user...
-
If your domain is pointing to Wix, but the rest is hosted on a cPanel server, you would need to use a subdomain, like cms.domain.com and have THAT point to your cPanel server where the cms is. You...
-
There are any number of those available that are written in php/mysql that would work fine in your cpanel environment. You might look at getting softaculous installed on your server as it would ...