In this article, I will show you how to preinstall WP-CLI for jailed users in ISPConfig 3 on Debian Jessie. It is assumed that you already have a working ISPConfig 3 environment setup and running....
Delete Mail Queue If you are trying to delete your mail queue in Postfix for ISPConfig 3, try the flush command first before deleting all the mail in the queue. The flush command option will attempt to deliver every message in the deferred mail queue. To list all mail...
Stop the container. vzctl stop 101 Mount the containers ploop image. ploop mount /vz/private/101/root.hdd/DiskDescriptor.xml Find the partition for the ploop container. fdisk -l /dev/ploop12345 Run the file system check and correct an errors. fsck /dev/ploop12345p1...
Add the following to the websites root .htaccess file. Redirect to non-www version: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^(.*)$ http://yourwebsite.com/$1 [L,R=301,NC] </IfModule> Redirect to www version: <IfModule mod_rewrite.c>...