What is Redis? Redis is an in-memory storage of data structures. It is used as a database, a cache. It supports data structures such as strings, lists, sets, bitmaps, hyperlogs, geospatial indexes. It has built-inContinue reading
Category: Hosting
DNS – information in a nutshell
Domain Name System – DNS for short, is something that practically everyone is familiar with, but doesn’t always realize. What is DNS responsible for? Its job is to translate domain names as understood by humansContinue reading
Site infection – first remedial steps
Sometimes, when a website is not updated or plugins are used that are not up to date, the website may become infected unexpectedly through a vulnerability in one of the modules and malicious code mayContinue reading
MX record configuration (mail handling)
The MX record is responsible for mail handling. If you want to separate the web service and mail handling, you should configure the records in the following way, depending on the variant: (wherever your-domain.eu wasContinue reading
How to change email account password on cPanel?
If you want to change your email account password, log in to your customer panel:https://www.smarthost.eu/panel/login Under the Services and invoices tab, click the blue button, “login to cPanel“. Then find the Email section and theContinue reading
It is worth taking care of the current version of PHP. How should it be changed correctly?
Programming technologies are changing all the time. The websites of our clients are written practically 100% in PHP language. PHP is a very dynamic programming language. Recently, its development has significantly accelerated. New versions ofContinue reading
How to increase hosting account parameters? When can you increase hosting account parameters?
Whether you run an online store, a blog, or a company website, you may encounter a situation where the current parameters of your hosting account prove insufficient. In such cases, it will be necessary toContinue reading
Resource Limits – Detailed Information
Sometimes, the server resources available in the purchased hosting package may prove insufficient for the applications running on the hosting account. This can result in the website displaying errors to customers (error 500 or errorContinue reading
How to back up a website using FileZilla to your local computer?
In this guide, we will show you exactly how to correctly back up a website using “FileZilla” and “phpMyAdmin.” To create an FTP account, log in to cPanel and find the “Files” -> “FTP Accounts”Continue reading
How to restore a website backup from your local computer to the server using FileZilla?
In this guide, we will show you exactly how to restore a website backup using “FileZilla” and “phpMyAdmin.” To create an FTP account, log in to cPanel and find the “Files” -> “FTP Accounts” section.Continue reading