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.

Domain vs hosting: definition and differences

When creating a website, two terms you’ll encounter immediately are “domain name” and “web hosting.” While both are...

How to create a landing page that converts in 9 steps + best practices for success

A well-designed landing page can convert your web traffic into customers. It plays a crucial role in various marketing efforts, including...

How to (safely) make a PHP redirect

PHP redirects are an incredibly useful tool, but they can also be dangerous if not implemented correctly. The header() function can easily redirect a...

How to start a blog: A quick guide for beginners

Millions of people enjoy sharing their thoughts about the experiences and adventures they had. Talking about hobbies, travelling advice, fitness...

How to build an eLearning site in 5 steps + tips for growth

In the past few years, eLearning platforms have been on the rise. A study from McKinsey has found that online learning is experiencing record levels...

How to create a WordPress custom post type: what it is and its customization

WordPress has multiple post types to help you organize your website’s content. You can easily create a chronological blog or display static pages...

Progressive JPEG images: what is it and how it can improve website performance

A progressive JPEG image is encoded differently than a standard or baseline JPEG image. It loads in successive waves until a clear picture is formed....

CodeIgniter tutorial: the complete guide

Website development can seem challenging, especially if tackled without any assistance. Luckily, there are development tools like CodeIgniter. It’s...

How to eliminate render-blocking JavaScript and CSS on WordPress

Having a website that loads fast is crucial if you want to rank high in search engine result pages (SERP). That’s why website speed testing...

How to fix the “is its parent directory writable by the server?” Error in WordPress

This article will teach you how to resolve the “Is its parent directory writable by the server?” error. It’s a common WordPress...

How to fix ECONNREFUSED -connection refused by server error

If you encounter the ECONNREFUSED – connection refused by a server error in FileZilla and need help fixing it, you’ve come to the right...

Iptables tutorial: securing VPS with Linux firewall

Are you looking for a comprehensive iptables tutorial for your VPS? This article will show you how to install and use iptables on an Ubuntu system....

How to install composer for Linux, Mac, and Windows + best practices

Composer is a dependency manager made for the PHP programming language. It allows users to easily manage and integrate external dependencies and...

Git tutorial: A complete beginner’s guide

Collaborative software development has never been easier. Thanks to Git, you can easily monitor the modifications and contributions made to your...

Upload_max_filesize Error: how to fix the file size limit in WordPress

The “the uploaded file exceeds the upload_max_filesize directive in php.ini” error happens when you try to upload a file larger than the maximum...

How to duplicate pages in WordPress using a plugin and manually

When using WordPress, you may need to duplicate a post or page for various reasons. Whether for quick content updates or maintaining a specific layout...

How to improve your site’s speed in WordPress by deferring JavaScript parsing

If you want to cut your website’s loading time, you can try to defer parsing of JavaScript. It allows the browser to render JavaScript only...

How to connect PHP to MySQL database

For beginners in website development, understanding how to use PHP scripts to connect to MySQL can be highly advantageous. This enables you to modify,...

17 essential SSH commands to know. Free cheat sheet included

Secure Shell (SSH) is a powerful tool used to access and manage remote servers securely. Whether you’re a beginner or an experienced user,...

How to clear cache in WordPress: 6 simple methods

Having a fast-loading site is essential for user experience and SEO (Search Engine Optimization). Websites with optimized speed tend to have lower...

How to hide page title in WordPress -manually and using a plugin

As a WordPress website owner, you might have experienced the following situation – you’re ready to publish a page or post but its title doesn’t...

How to install and use nano text editor: A beginner’s tutorial

In this tutorial, you will learn how to use and install Nano, a popular text editor of Unix and Linux operating systems. Nano comes with many...