Webhosting

htaccess – caching of files in the browser

This community article was last revised on 4th October 2019. Here is described page caching sites into the browser cache on file storage – mostly on the local hard drive of the computer. Then there is no loading of resources from the WWW server (images, JavaScript, CSS, etc.), but uses the browser cache. Loading the […]

FTP client – Filezilla

This community article was last revised on 25th October 2019. FTP connection If you filled all the fields correctly there will be displayed in the right column (two boxes under the other) FTP server content and in left disks and files on your computer. To copy the files to the web now simply put the […]

htaccess – directories with password protection

This community article was last revised on 31st March 2020. On our web hosting can be easily password-protected folder and all its contents, so that the visitor gets to it only after entering the correct username and password. In the following example, we will protect by password subdirectory secret, So that what is available at URL […]

htaccess – mod_rewrite, nice URLs, redirection

This community article was last revised on 31st March 2020. Apache is the most popular web server. There are a large number of additions (modules) that extend its capabilities and functionality. The content of this text is a description of one of them especially – mod_rewrite. Mod_rewrite allows in the runtime rewriting of URLs of incoming […]

htaccess – error pages

This community article was last revised on 31st March 2020. You can use the htaccess file to set up web pages for visitors to see when an error occurs. The ErrorDocument command can be used to: The first parameter is the error number, the second parameter is the destination URL, file or text. Examples ErrorDocument […]

PHP – HTTP authentication

This community article was last revised on 24th April 2020. Attention: The following instructions do not apply if you are using HTTP authentication by using htaccess and htpasswd files. This applies to the using of global variables PHP_AUTH_USER and PHP_AUTH_PW in PHP. On our webhosting we are using PHP in FastCGI mode, where these required headers in PHP […]

htaccess – the list of files in a directory

This community article was last revised on 30th April 2020. The Web server allows you to view a list of files in a directory in case there is no default file (index.php, index.html or index.htm). By default it is disabled and you will receive the error 403 Forbidden. If you want to enable it for any […]

E-mails – move messages to a new e-mail account

This community article was last revised on 23rd April 2021. After a transfer of the website on our servers, maybe you want to move your e-mail addresses and messages on our email server. Here you will find instructions on how to do this. Transfer by using e-mail client (Mozilla Thunderbird) If you are already using […]