Don’t miss the limited-time deals!
Tutorials Learning lab New
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.

What is the ERR_TOO_MANY_REDIRECTS error and how to fix it in WordPress

ERR_TOO_MANY_REDIRECTS is a browser error that signals a redirect loop, preventing you from accessing your WordPress site.This process creates an ...

How to check if FTP port 21 is not blocked

Having issues connecting to your FTP account? If that’s the case, it’s worth checking whether port 21 is the culprit ...

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

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

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

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

How to add a favicon to your website

A favicon is a small icon that serves as your website’s visual identity in browser tabs, bookmarks, and history logs. ...

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

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

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

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

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

How to install WordPress plugins

WordPress plugins are add-ons that extend the functionality of a WordPress website without custom coding. As plugins interact directly with ...

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

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

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

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

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

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

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

How to link CSS to HTML files in web development

To link CSS to HTML, use the <link> tag within the <head> section of your HTML document, which creates a ...

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