kamm
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 17
Comments
Recent activity by kamm-
It took me a while to figure this out. Assuming a Let's Encrypt certificate, this worked for me: [CODE=php]$mbox = imap_open("{mail.example.com:993/imap/ssl/novalidate-cert}INBOX", "bounce@examp...
-
@vincentg : The PHP framework Laravel uses public instead of public_html for it's web-root. It used to be quite difficult to change this from within Laravel, so (for me) it was easier to change it ...
-
Hello @Ramon Pego First of all I want to point out that directory customization such as this is not something that cPanel supports. This means if you have issues with this customization our abil...
-
...so I see it created the certificate while creating the subdomain. It's working OK, but shows a couple of errors - not sure how important they are - the certificate looks good in the browser (ch...
-
Hi @cPanelLauren, Good idea. I've done that and I'll report back tomorrow to let you know whether it picks it up over night. ** I notice that creating the subdomain has created a .well-known/acme...
-
That seems OK, I'm just a bit concerned what will happen when it expires. [root@xxxxx~]# /usr/local/cpanel/bin/autossl_check --user=example AutoSSL"s configured provider is "Let"s Encrypt"". Chec...
-
The Guide to Git" - Deployment documentation doesn't mention using an absolute path to directories / files that are to be deployed. IMHO something like this would be a more useful example: [CO...
-
What's everyone currently doing to deal with deleting files? I don't see a solution here.
-
After creating a new document root at /{username}/public I had a similar error. This one: PHP Parse error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (...
-
Hello @kjdion84, I used the following steps to successfully modify the default document root for a domain name: 1. Update the "documentroot" value to the new path in the following files: /var/cp...