How to use PHP X-Ray

X-Ray is a tool designed to monitor website performance and detect performance issues. X-Ray can collect and display information about slow scripts, external queries and website database queries. To switch to X-Ray, log in to the DirectAdmin hosting control panel and click the X-Ray tab. X-Ray provides a manual option for monitoring requests to the…

Optimal configuration of the LiteSpeed Cache plugin

To begin with, in our opinion, LiteSpeed Cache is one of the best caching plugins for Wordpress. It has only one disadvantage – you can use all its features only on servers with a Litespeed web server. Our hosting plans for Wordpress use just such a web server. A few facts about the LiteSpeed web…

How do I install Django on my hosting?

Django is a popular framework for developing websites and web applications. In this tutorial we will tell you how you can install it on your hosting. Go to the Setup Python App menu item Click the Create Application button Enter the name of the directory where Django will be installed, starting with the domain folder….

How to install the right version of PHP for a particular directory or domain.

To do this in the domain directory, for example:domains/domain_name/public_htmlcreate a .htaccess file with this content: <FilesMatch “.(php4|php5|php3|php2|php|phtml)$”>SetHandler application/x-lsphp71</FilesMatch> If your site is on a server with Litespeed, you need to add another line: AddType application/x-lsphp52 .php5 .php4 .php .php3 .php2 .phtml Where x-lsphp71 indicates the desired version. For PHP 5.2 specify x-lsphp52 and so on…

Setting up email clients

In most mail clients, the setup is limited to specifying mail servers and mailbox access details. For example, if you have yourdomain.com, the settings would look like this: A server for receiving mail: mail.yourdomain.com – a server for receiving mail via POP3 or IMAP Port for receiving mail via POP3: 110, for POP3 via SSL:…

How to use WP-CLI on wordpress hosting

A very handy utility for quick work with Wordpress is available on the hosting plans for Wordpress. Working with it takes place through the command line, and the SSH protocol is used to connect. If you do not have experience with the command line – we do not recommend you to use this utility, as…

How to Set Up Memcached Caching for Wordpress

Memcached is installed on Wordpress hosting rates, a service that serves to cache data and, accordingly, speed up Wordpress loading. There are many WordPress plugins that support this caching option, but we have selected the best 2 for you from our point of view. W3 Total Cache is a free plugin. It can be installed…

Network diagnostics software tools

Many users periodically encounter some kind of network problem. Situations here can be different. Let’s say, the quality of communication may deteriorate and some servers may be unavailable. Such failures can be critical for users of online services, for example, traders trading on the stock market, online game players, etc. It happens that after changing…

How to upload your site to the server

Using any program that supports the FTP protocol. Of the most famous programs, we recommend Total Commander (the old name of Windows Commander). Download this program here: http://wincmd.ru/plugring/totalcmd.html Information about setting up for the FTP protocol: http://wincmd.ru/article/ftp.html Of the more powerful FTP programs, we recommend CuteFTP. Download the program here: http://globalscape.com/cuteftp/

Can technical support move the site from another hosting?

In order for us to help you move your site from another hosting to us, you need: 1) Place an order for the hosting service2) Pay for the order.3) After the order is paid and you receive an email with your access credentials, you need to write an email to support and provide the following…