Tutorials to guide your way

From our tutorials section you will find lots of useful content to help you use our services.


Closing a web page
12.8.2021

If necessary, you can close the site in a number of different ways. Method 1. Convert the site file permissions...

Connecting to a web host using SSH
7.7.2021

Easiest way to connect to web host with SSH is with PuTTY -client. You can download PuTTY from here. When...

Password Protected Directories
21.3.2020

You can activate password protection using .htaccess and .htpassword files. You can generate .htpassword file using this generator. .htaccess AuthUserFile /home/ftp-username/public_html/.htpasswd...

Updating PHP-version
17.7.2019

You can manage the PHP-version that you use on the webhost. Option affects only the host you make the selection...

Displaying PHP errors in web hosting
19.3.2019

By default, PHP errormessages are hidden. There are two easy ways to display these errormessages. In these examples you add...

Subdomains
15.10.2018

You can separate different sites from each other easily by using subdomains. For example site2.testi.com can be a different site...

File transfer using FileZilla
15.10.2018

FileZilla is good and user friendly program to transfer files to server. 1. Fill in the underlined details Host (isäntä):...

.htaccess files and rewrite
15.10.2018

There are many user friendly tools to create the desired rewrite rules. Here are some examples rewrite rules: Example 1...

Problems with scandic letters
15.10.2018

By default the server uses ISO-8859-15 characters. This causes the problem that special characters on UTF-8 encoded files won’t show...