Category: Advanced

How to connect using SSH?

To use SSH you will first need to have SSH access enabled for your account and also have an SSH client installed on your computer. An easy-to-use SSH client is, for example, the program called PuTTY (http://www.putty.org/) Once you are ready, you will need the following details to establish a secure connection: Host: any of …

Continue reading

What to use the SSH for?

The Secure Shell (SSH) is used to perform a number of functions, such as file transfer between computers, execution of commands on a remote computer, or logging on to a computer over a network. SSH helps you establish an encrypted connection between an SSH client and an SSH server. Another common way to use SSH …

Continue reading

How to allow the execution of PHP code in HTML files with .htaccess?

You can use the .htaccess file to allow the execution of PHP code in simple HTML files. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can …

Continue reading

How to enable hotlink protection using .htaccess?

You can use the .htaccess file to quickly enable hotlink protection for your website. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can browse to the …

Continue reading

How to enable SSI (Server Side Includes) with .htaccess?

You can use the .htaccess file to quickly enable Server Side Includes (SSI) for your website. First, set the folder in which the .htaccess file will be created, using the .htaccess location form at the top of the page. A click in the form field will open a pop-up window, from where you can browse …

Continue reading