Install Litespeed Cache Plugin      GZIP     You will need to add the following lines to your .htaccess file:  <IfModule mod_deflate.c>   # Compress HTML, CSS, JavaScript, Text, XML and fonts   AddOutputFilterByType DEFLATE application/javascript   AddOutputFilterByType DEFLATE application/rss+xml   AddOutputFilterByType DEFLATE application/vnd.ms-fontobject   AddOutputFilterByType DEFLATE application/x-font   AddOutputFilterByType DEFLATE application/x-font-opentype   AddOutputFilterByType DEFLATE application/x-font-otf   AddOutputFilterByType DEFLATE application/x-font-truetype   AddOutputFilterByType DEFLATE application/x-font-ttf   AddOutputFilterByType DEFLATE application/x-javascript   AddOutputFilterByType DEFLATE application/xhtml+xml   AddOutputFilterByType DEFLATE application/xml   AddOutputFilterByType DEFLATE font/opentype   AddOutputFilterByType DEFLATE font/otf   AddOutputFilterByType DEFLATE font/ttf   AddOutputFilterByType DEFLATE image/svg+xml   AddOutputFilterB...
Posts
    Once you are logged into your cPanel account, select " Addon Domain " under the " Domains " section:   Next, you will need to fill out the details of the add-on domain:    New Domain Name:  Enter the domain name you are adding to your cPanel.   Subdomain / Ftp Username:  When adding a new domain to your account, cPanel automatically configures an additional FTP user for this domain. While most users doesn't need or use this account, cPanel requires that you enter an ftp username to continue.   Document Root:  The document root is the directory where the files for this website will be located. The default directory for new domains is public_html/NewDomain   Password  The password you enter here is the FTP password for the FTP user mentioned above. As previously stated, most users don't use this new FTP account, but cPanel requires that you enter a password here.   Password (Again):  Enter the above password again to ensure you are typing it correctly.    ...