FTP – Logging in Accessing FTP requires you to have an FTP user account. You will find instructions here, on how to create an...
Activating Jetpack What to do if you receive the following error during Jetpack installation: Your website needs to be publicly accessible to...
How To Change php.ini File (max_execution_time, memory_limit) PHP extensions and values for a virtual server can be managed in multiple ways: via the global php.ini file, using...
Inode In simple terms, one inode equals to one file. Once the number of inodes allowed on the server has been...
FTP – Creating an account In order to create an FTP account, first log in to the My Zone admin panel, then click Webhosting.From the...
Zone SSH access policy Zone hosting platform is using asymmetric encryption (public key cryptosystem) instead of passwords in order to authenticate SSH users. If...
301 redirect with .htaccess file .htaccess file It is possible to redirect visitors to the website using the .htaccess file, using 301 redirection. A file...
Sending emails via web-server General If you are hosting your website on Zone virtual server and you would like to send emails out from...
How to edit the hosts file Sometimes there are situation, when you need to view a website before redirecting a domain to it first. For example,...
Examples of .htaccess rewrite rules Enable directory indexes Options +Indexes Blocking certain IP-addresses <RequireAll> Require all granted Require not ip 1.2.3.4 Require not ip 12.34.56.78...
WAF – Web Application Firewall Zone server platform uses ModSecurity and OWASP ModSecurity Core Rule Set (CRS) firewall rules can also be activated via My...
Detecting slow PHP requests On the Zone server platform, the real-time web server logs are situated in the logs directory. HTTP and HTTPS logs...
Web server log format Apache webserver logs are located in the logs catalogue. Secure HTTPS connection logs are located in apache.ssl.access.log file. Here is...
AWS CLI installation Official documentation on how to install the AWS CLI: https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html Since the~/bin directory exists in the PATH variable, it is...
Favicon (favicon.ico) A favicon is a small 16×16 (or 32×32) pixel icon that serves as branding for your website. The main purpose...
Zone API API (Application Programming Interface), also known as API interface or application interface, refers to the rules by which one program...
How to view disk space usage and the number of files (inodes)? To view the amount of disk space used, run the following command in the SSH console: quota -s virt490:sn-69-1.tll07.zoneas.eu:~> quota...
500 Internal Server Error The 500 Internal Server Error is a very general website status code that means something has gone wrong on the...
Changing WordPress admin credentials Changing the administrator password via phpMyAdmin In case the ”forgot password” link on the WordPress login page fails, you can...
Limiting the .htaccess file size to 512 KiB In a shared hosting environment, the size of .htaccess files is limited to 512 KiB to ensure proper functioning of...
Redis redis-cli To use redis-cli, next command must be used: > vs-redis-cli Information about the version of Redis, connected clients/applications, and...
Establishing an SFTP Connection SFTP, abbreviation of SSH File Transfer Protocol (also know as Secure File Transfer Protocol), is a network protocol for securely...
Extended PHP support for older versions Part of the Zone software platform (ZoneOS) is to provide PHP versions to customers even after they expire. Currently, the...
Mail-to-HTTP In addition to any other e-mail address, incoming mail can also be forwarded as an HTTP request to a URL,...
composer Using Composer v1 The ZoneOS platform uses composer version 2.x by default. However, some older plugins may require the first...
Python MySQLdb module There is no MySQLdb python module in the ZoneOS software platform. This is the source of the error: No module...
Golang installation Both the Golang development environment and the applications compiled in it are very self-contained and do not require anything from...
Timezone on ZoneOS servers On servers with the ZoneOS platform, the server time is UTC regardless of the physical location of the server (on...
Setting up cron jobs in Magento 2 In order to run Magento 2 you need to add 3 cron jobs to the webhosting management. The interval of...
Changing the Node.js version ZoneOS platform servers default to the latest Node.js LTS (Long-term support) version. At the time of updating this article, it...
Establishing an SSH connection Windows 11 SSH is installed by default on Windows 11. In order to establish an SSH connection, you must first...
Parallel processing unit limits What is a parallel processing unit? Web hosting packages have a limit on the number of parallel units that can...
Restricting access to a website with .htpasswd If you want to temporarily restrict access to your website, one way to do this is to use the .htpasswd...
Moving your website to Zone server Zone’s customer support and technicians can assist you with migrating your website and email to the Zone web-hosting as a...
Mercurial Mercurial is a free code management tool. In order to use Mercurial, you need to install it yourself, as Mercurial...
Installing a Node.js application on a Zone web server Our web servers can also host Node (Nuxt, NextJS etc) applications. Node is automatically installed on the servers and uses...
Installing Atlassian Jira (Java application) on a virtual server Jira is a development project management software created by Atlassian. The guide below is a tutorial for installing Jira Server...
WP-CLI a command line tool for WordPress management WP-CLI is the official command line tool for managing WordPress pages. For many activities, it is a more convenient and...
ZFPM (Zone FastCGI Process Manager) Overview ZFPM (Zone FastCGI Process Manager) is a software product developed by Zone Media whose mission is to provide an...
Changing your WordPress URL to a temporary address When installing WordPress on a server, the application assumes that the domain’s web page resolves to Zone server. If you...
Setting up WordPress cron jobs By default, WordPress uses a built-in scheduled job execution solution that generates an additional call to the web server each...
Ordering a Let’s Encrypt certificate using the Zone DNS API To order a Let’s Encrypt certificate, you need to add a Zone API key. To add an API key, see...
Enabling/disabling WordPress debug.log What is WP_DEBUG? WP_DEBUG is a feature in WordPress that allows you to save all errors that occur during website...
xmlrpc.php POST requests to WordPress methods Protection has been added to Zone webhosting websites to block POST requests to files named xmlrpc.php that contain a WordPress...
PHP strategies and automatic PHP version update Strategies There are two types of strategies: dynamic and fixed. Dynamic Major – this means that we always upgrade PHP...
Database Size What Makes Up The Size of a Database? The total size of a database is the sum of the sizes...
mod_proxy and URL character encoding If it’s important for an application running behind a proxy that all URL characters reach the application unchanged, then unfortunately,...