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 block IP by country: restrict access to your website from specific countries using .htaccess

This quick and easy tutorial will show you how to control site access based on visitors’ location. With some tweaks to the .htacess file,...

How to use WordPress do_shortcode

Extending site functionality is easy with the help of shortcodes. To place them on any part of your website, you can use the WordPress do_shortcode...

How to increase the maximum upload file size in WordPress: 3 ways + reasons to do it

Are you unable to upload large files to WordPress? We’ve got you covered! Here, we will uncover how to increase the maximum file upload size in...

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...