For outgoing SMTP email with authentication required, it is recommended that port 587 is used instead of the 465. Even port 25 is still a better option. According to many sources, the port 465 should not...
View Question
In order to use Nginx plugin, you need to ensure you installed the certbot from the official Ubuntu PPA: You could remove the [crayon-64289ac12a0b5387502387-i/] package [crayon-64289ac12a0e8301577647-i/]...
View QuestionRemoving of all git tags in the remote (the commands should be executed from a local environment) could be achieved in these few simple steps:
- Delete all local tags: [crayon-64289ac12ad0d853629468-i/] ... View Question
WP-CLI offers awesome capabilities to manage your Wordpress site. In order to reset user password, just execute this command from Wordpress installed directory (docroot directory, which is typically named...
View QuestionWe have this question asked on many occasions and this article outlines how to change the PHP memory limit based on the URL:
View QuestionYou were receiving the "Hosting account resources exceeded" emails to notify you that some limits were reached, such as CPU, RAM or IOPS limits. In most cases, it does not cause your website to stop working,...
View QuestionWe have explained it in our article 4 steps to create and use Dev and Test environments in cPanel...
View QuestionYou may try writing your multi-line drush command in a text file, then use copy-and-paste directly in the terminal. This should work: [crayon-64289ac12c875020433045/] Note that the [crayon-64289ac12c87e332355313-i/]...
View QuestionEmail accounts cannot be converted between IMAP and POP3. You will have to recreate the same account as POP3 and then wait until all email is downloaded. Once it downloads, you could just remove the...
View QuestionAll our cPanel servers are setup with Drupal console support. In order to use it, configure SSH access to...
View Question