HostNoc
- Total activity 276
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 125
Comments
Recent activity by HostNoc-
Hi It seems after you saved a profile you did not provision that profile. Kindly go to EasyApache 4 and click on Available Profiles and select the profile you saved and click provision. Regards
-
Login to WHM and Use the quick search box on the left and type in: mysql upgrade and Click the MySQL/MariaDB Upgrades link and then Select your desired version of MariaDB and click on next Wait fo...
-
Hi There will no issue in converting from MySql to MariaDB, but please note that Switching back from MariaDB to MySQL may not be so easy. Regards
-
Hi Kill all Apache process and use below method 1. rm -f /var/lock/subsys/httpd 2. Remove httpd.pid from following path "/var/run/apache2" 3. Restart webserver. Regards
-
Have you upgraded PHP through Red Hat Software Collections (SCL) repository
-
You can try this as well RewriteCond %{HTTP_HOST} !^$ RewriteCond %{HTTP_HOST} !^www\. [NC] RewriteCond %{HTTPS}s ^on(s)| RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
-
Yes, and by default, cPanel/WHM will recognize /home2 and /home3 and so forth and automatically allocate new accounts to the partition with the most free disk space. This functionality can be cust...
-
Will you please let us know the Backup you generated from Cpanel did not have any error? Also can you make sure Database exists on Cpanel from where you generated Backup.
-
/usr/local/cpanel/libexec/tailwatchd --status Regards
-
Hello, Here is a good article on converting your Roundcube database from MYSQL to MYSQLITE.