search
search

Follow along with one of our tutorials

All Hostinger Tutorials

Learn more about web hosting, VPS, domain names, SSL, and more with our newest releases.

How to point a domain name to Hostinger using Hostinger nameservers or A records

Understanding how to direct a domain to Hostinger becomes crucial when you want us to host your website while keeping the domain registered elsewhere....

IMAP vs POP3: Which email protocol is better?

The main difference between IMAP (Internet Message Access Protocol) and POP3 (Post Office Protocol 3) is that IMAP stores emails on remote servers,...

How to add a favicon to your website

You might come across the term favicon when it comes to website creation and development. But what is it exactly? Well, in this article, we’ll be...

How to force HTTPS using .htaccess

After you buy an SSL certificate and install it on your website, it will be available over HTTP and HTTPS. However, it’s better to use only the...

How to discourage search engines from indexing this site in WordPress

WordPress site owners will do anything to get their websites indexed. However, you might not want search engines to crawl through your website if...

How to fix the “sorry, this file type is not permitted for security reasons” WordPress Error in 2024

When uploading a file to the WordPress media library, users might encounter the “Sorry, this file type is not permitted for security reasons”...

How to create Apache virtual hosts on CentOS 9 Stream

If you want to host more than one domain on your server, you need to create corresponding hosts on the webserver. That way, your server can deliver...

How to change WordPress URL in database: A MySQL tutorial using phpMyAdmin

WordPress relies on the MySQL database to store its data, including site URLs. If you ever need to change your WordPress URL, you have to make...

How to install WordPress plugins

As one of the most popular content management systems (CMS), WordPress offers high flexibility and numerous customization options. It offers a wide...

How to use FileZilla FTP client to connect to a remote server in 2025

File Transfer Protocol (FTP) is a standard for exchanging files over the internet, enabling users to upload or download files to and from a remote...

WooCommerce tutorial: how to set up ecommerce on WordPress

WooCommerce is the most popular WordPress plugin for creating a full-fledged online store. It offers a wide range of ecommerce features for handling...

WordPress vs HTML: which is better for your website?

WordPress and HTML are the two most common camps of website creators. If you never coded before, the concept of creating a website from scratch using...

How to install WordPress on Ubuntu using Docker

Installing WordPress on an Ubuntu virtual private server (VPS) commonly requires LAMP (Linux, Apache, MySQL, PHP). However, you can also set up the...

How to fix WordPress login redirect loop issue

Being stuck on the WordPress login page can be frustrating. Fortunately, there are several ways to solve this issue. Take a look at this article as...

4 methods to check WordPress version of your website – step-by-step

WordPress is constantly improving its software, with each version bringing new features, performance enhancements, and security fixes. Thus, having...

How to create a WordPress theme: 6-step process with code

While you can always install a pre-made WordPress theme, creating a custom one makes your website more unique. With a custom theme written in popular...

How to link CSS to HTML files in web development

In web development, linking CSS to HTML files is a crucial step in defining the visual presentation of web pages. There are three ways to link CSS to...

What is a website backup and how to do it

Website backups are essential for every website owner. Whether to prevent data breaches, technical issues, or human errors, a dependable backup system...

How to use PuTTY to access your server

SSH, or Secure Shell, is a secure protocol for connecting to a remote server. To establish an SSH connection, you will need an SSH client app like...

WordPress REST API guide: understand how to set it up and use it in 2025

WordPress REST API is an interface that enables the content management system (CMS) to exchange data with third-party services. It lets you access...

How to fix the “cannot modify header information – headers already sent by” Error

The “Cannot modify header information” error in WordPress typically occurs when there is an attempt to modify HTTP headers after they have...

How to locate and create .htaccess file – A step-by-step guide

.htaccess (hypertext access) is a hidden file used to configure additional features for websites hosted on Apache Web Server. With it, you can rewrite...