MaxFein
- Total activity 34
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
Comments
Recent activity by MaxFein-
This worked well for me, thanks very much =) [...still, hoping for a better way from cPanel someday]
-
Does each site still need a dedicated IP? Server Name Indication - Wikipedia, the free encyclopedia
-
So, I only noticed the thread was so old after I wrote this... I kinda really just wanted to put up something better so I went ahead =) Here is what I'd have tried: # Maybe uncomment engine and ...
-
thanks, its always great to find the situation to be vastly simpler than expected... it seems that essentially Minimal is the recommended option (wondering why especially for Centos 7?)... also saw...
-
I have
-
try using the following rule in your .htaccess file within the public_html directory: RewriteEngine On RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} Love it! I c...
-
Hi, I am unsure how the ticket described the issue... I understand how/why the wildcard certificate got installed, as per Fixed case CPANEL-11278: Only install best available ssl when setting up a...
-
...sounds like the certificate doesn't cover the mail subdomain - did you check your AutoSSL logs? is the mail subdomain configured so that the domain check would have passed (is it publicly access...
-
WP Multisite demands Wildcard when you use SUBdomains. In other way it should be added manually. So, it is the best option when you have many SUBdomains like 250. first, imo, if you plan to get to...
-
Hello, You could modify the /etc/hosts file on your server, though keep in mind it's unsupported. It's one of the methods discussed on the following URL: So yeah, that all makes good sense, and...