Redirecting domain using URL records URL records allow you to redirect your domain to another address (e.g, a Facebook page). A URL record can be...
Changing WordPress admin credentials via phpMyAdmin In case the ”forgot password” link on the WordPress login page fails, you can change the admin account password directly...
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...
Zone SSH access policy Zone hosting platform is using asymmetric encryption (public key cryptosystem) instead of passwords in order to authenticate SSH users. If...
SPF Record The SPF (Sender Policy Framework) Record allows the domain owner to designate the servers (IP addresses) that are allowed to...
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...
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...
FTP – Logging in Accessing FTP requires you to have an FTP user account. You will find instructions here, on how to create an...
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,...
Activating Jetpack What to do if you receive the following error during Jetpack installation: Your website needs to be publicly accessible to...
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...
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...
Nimbusec FAQ What is Nimbusec? Nimbusec is a web security monitoring system that gives a user an overview of website vulnerabilities and...
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...