Main Topics:

.htaccess

Adjust the web server's behavior to your liking. In this section, you will learn how to use .htaccess files to send directives to the server that powers your website. Would you like to force a secure HTTPS connection or redirect a webpage to a new URL? You can find out how to accomplish such tasks right here in the .htaccess section.

php.ini

The php.ini file is a special configuration file where you can adjust different PHP variables. In the php.ini section, we will show you how to perform such changes. Moreover, we will highlight the most important PHP variables that you need to know.

Secure Shell (SSH)

Using Secure Shell (SSH) is like talking to the server directly. In this section, we will show you how to connect to your server via SSH. Also, we will go over the most important SSH commands that you need to know.

Website Maintenance

More complex websites need to be taken care of in order to function optimally. In the Website Maintenance section, we will show you how to keep your site in top shape. We will cover topics like backups, caching, and other website optimizations.

Latest Posts:

How to force HTTPS with .htaccess

Security has become an important part of every website. Almost every website which you visit now has an SSL Certificate installed. We also have a detailed...

How to Manually Backup your Website?

Maintaining a website can be a hard task. If you are running a CMS such as WordPress, you need to keep your CMS, plugins and themes up to date. In addition...

What MySQL Commands Are Used to Import/Export an SQL File Over SSH?

Our MySQL servers offer great flexibility when it comes to importing and exporting SQL files to and from your database. We allow three distinct ways...

How to connect through SSH?

Before you connect with SSH, you need to create an SSH account. You can use the How to create an SSH account guide. To connect through SSH you need...

How to connect through SSH using PuTTY?

Before you connect with SSH, you need to create an SSH account. You can use the How to create an SSH account guide. You can download PuTTY from the...

1 2