How to Upload Files Using Filezilla on Linux

Step 1: Start up FileZilla Client. Note: You can download the FileZilla client from Client Download. Step 2: Fill in the FTP host, username and password, then click on Quickconnect, it will be shown as: Overview Panel 1. local PC directory Panel 2. hosting server directory Panel 3. files inside local PC particular directory Panel 4.

Download Backup Files from R1soft

To download the files stored in Recovery Points as a tar or a zip archive. Follow the instructions below :- 1. Select the Recovery Point you want to save files from and click “Browse.” See the picture below:- 2. Check the boxes next to the files or folders you want to download and click “Download

How to Install Zend Optimizer or Ioncube on DirectAdmin based servers

This guide applies to DirectAdmin based Linux servers only. SSH into your server and run the commands below: 1. To install Zend: cd /usr/local/DirectAdmin/custombuild ./build set zend yes ./build zend 2. To install Ioncube: cd /usr/local/DirectAdmin/custombuild . /build set ioncube yes ./build ioncube 3. Verify whether Zend or Ioncube have been installed: php -v If

How to Extend Cache Expiration in .htaccess

Browsers tend to cache static data like images, CSS and JavaScript files on a website to speed up page loading time during the next visit. The cache file will get bigger with each visit. We can set an “expiry” date on these files to prevent the browser from caching the site again and again. This is

How to Add xsl PHP Extension – DirectAdmin

SSH into the server and navigate to DirectAdmin’s custombuild folder and edit the file shown below: cd /usr/local/directadmin/custombuild vi configure/ap2/configure.php5   Add the following line into configure.php5 –with-xsl   Save the file and recompile PHP through custombuild: ./build clean ./build php n

CronJob and Example

Introduction The cron command line is a job scheduler utility on Unix-like OS, such as Linux. You may use cron to setup a service to run on fixed time periodically, and it called CronJob. It can be setup from minutes to hours to daily, weekly, monthly, or a custom interval.   Examples Executing the script

Enable Caching for WordPress

Introduction WordPress is a famous CMS platform for its ease of deployment and use. However, WordPress can struggle when it comes to handling large amounts of traffic. For this case, caching is a necessary component in optimizing WordPress. This guide will be showing the steps to install and enable caching plugin in your WordPress.  

How to Move a Domain to a Different SmarterMail Server

Let’s say SmarterMail is installed at the default path on both source & destination servers: C:\Program Files\SmarterTools\SmarterMail\Service (smartermail service files) C:\SmarterMail\Domains\[yourdomain.com] (smartermail data files) 1. Copy C:\SmarterMail\Domains\yourdomain.com from the source server to the destination server. 2. On the destination server, edit C:\Program Files\SmarterTools\SmarterMail\Service\domainList.xml 3. Add below line into domainList.xml <Domain name=”yourdomain.com” directory=”c:\SmarterMail\Domains\yourdomain.com” /> 4. Open