How to change default php-cli in console Default PHP-CLI version for Zone managed servers (shared hosting, smart dedicated servers) have the same PHP version as the main...
301 redirect with .htaccess file To redirect web-traffic the following lines of code are entered with text editor (Notepad, WordPad etc.) and then saved as...
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...
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...
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,...
Zone SSH access policy Zone hosting platform is using asymmetric encryption (public key cryptosystem) instead of the usual password in order to authorize SSH...
HTTPS and free SSL certificates – Let’s Encrypt HTTPS is a web security protocol and a TLS (SSL) certificate is needed to use it. Zone offers its web...
PHP GeoIP module GeoIP As of 03.01.2022, the GeoIP PHP module is not available from the Zone virtual server. The GeoIP database is...
How to Login to an FTP Server For logging into FTP, it’s necessary for You to have an FTP account. You will find instructions here, on how...
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 your php.ini file It is now possible to modify PHP settings using a custom php.ini file, but there are some ground rules that need...
How to put files on ZoneCloud? You can upload your files using the web interface we provide at https://zonecloud.ee or use client program suitable with your operating...
Inode In simple terms, one indoe equals to one file. Once the number of inodes allowed on the server has been...
How to create an FTP account In order to create an FTP account first log in to the My Zone admin panel with the ZoneID account...
Nimbusec FAQ What is Nimbusec? Nimbusec is a web security monitoring system that gives a user an overview of website vulnerabilities and...
Migration to the new ZoneOS platform ZoneOS is server platform which was launched in March 2019 and is used for new Shared Web Hosting and Smart...
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...
Changing the php.ini configuration file using .user.ini Creating and modifying the .user.ini file You can change the PHP configuration with a .user.ini file (NB! The filename starts...
Examples of .htaccess rewrite rules Enable directory indexes Options +Indexes Blocking certain IP-addresses deny from 12.34.45.78 1.2.3.4 Allowing queries from one certain IP-address order deny,allow...
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...