This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
16
Installation / Re: Default Page Displayed for only https domains
« on: July 08, 2020, 03:35:39 PM »
Hi,
try delete index.html default file in /public_html
try delete index.html default file in /public_html
17
SSL / Re: how to force https on rouncube webmail
« on: July 06, 2020, 11:08:58 AM »
Hi,
The most practical way to force webmail to secure mode for all user accounts is to apply the nginx force-https template in WebServers Settings -> WebServers Master Conf or only for specific users in WebServers Domain Conf.
The most practical way to force webmail to secure mode for all user accounts is to apply the nginx force-https template in WebServers Settings -> WebServers Master Conf or only for specific users in WebServers Domain Conf.
19
Apache / Re: Subdomain redirect not working
« on: July 06, 2020, 10:59:19 AM »
Hi,
if the default CWP index.html is not in the subdomain folder then the problem is in the A or CNAME record pointer in your DNS.
if the default CWP index.html is not in the subdomain folder then the problem is in the A or CNAME record pointer in your DNS.
21
CentOS 7 Problems / Re: File System Lock
« on: June 26, 2020, 07:33:08 AM »
Hi,
Thanks for letting us know. I'ill send the report to the Development Team to review and adjust the functionality if necessary
Thanks for letting us know. I'ill send the report to the Development Team to review and adjust the functionality if necessary
22
PHP / Re: how to fix imagick.so start up error ?
« on: June 26, 2020, 07:20:53 AM »
Hi,
try rebuild the php again but make it to the latest version...
try rebuild the php again but make it to the latest version...
23
How to / Re: Cronjob Problem
« on: February 01, 2020, 10:11:29 PM »
That's a mistake, running php with querystring from a crontab isn't like that. Try this:
https://www.digitalocean.com/community/questions/pass-parameters-in-cron-url-php
https://www.digitalocean.com/community/questions/pass-parameters-in-cron-url-php
24
CentOS 7 Problems / Re: Domain and sub-domains point to same test page on new install
« on: December 04, 2019, 10:26:24 PM »
try rebuild vhosts on Select WebServers menu option
25
SSL / Re: Is it possible to have SSL certificate for IP address?
« on: December 04, 2019, 10:24:33 PM »
nope
26
DKIM / Re: Mail sent with PHP mail not signed
« on: August 28, 2019, 03:18:38 PM »
Guys,
DKIM signatures are only added when you use SMTP AUTH. The mail() function of php doesn't require authentication (user/pass) to send messages.
Instead, it is best to use a php framework to send via SMTP AUTH as phpMailer:
https://github.com/PHPMailer/PHPMailer
DKIM signatures are only added when you use SMTP AUTH. The mail() function of php doesn't require authentication (user/pass) to send messages.
Instead, it is best to use a php framework to send via SMTP AUTH as phpMailer:
https://github.com/PHPMailer/PHPMailer
27
Backup / Re: Is there any way to make remote backup to google drive ?
« on: July 02, 2019, 12:42:52 PM »
here we have the official documentation:
https://docs.control-webpanel.com/docs/admin-guide/backup-and-restore/integration-with-google-drive
https://docs.control-webpanel.com/docs/admin-guide/backup-and-restore/integration-with-google-drive
28
Updates / Re: CWP version: 0.9.8.637 - Error in service status
« on: June 29, 2019, 03:19:12 PM »
Thanks for the report ... The Development Team will check it
29
E-Mail / Re: Mail server and staff
« on: June 18, 2019, 11:37:19 AM »
You can set as hostname mail.yourdomain.tld and it will work both as hostname and for MailServer including SSL.
30
Installation / Re: How do I connect and manage various serves with one cwp.
« on: June 07, 2019, 12:59:08 PM »
That feature is being developed at this moment... Soon we will have it available to our clients...