Author: MB313456

WEDOS Disk – encrypted EncFS

This community article was last revised on 4th October 2019. EncFS Encfs offers the ability to encrypt files, not the partition of your hard disk. Encfs creates transparent encryption space, which is encrypted and kept in the background (On the Fly). Encrypted files are in a specific directory. Everything runs without any special permissions and uses […]

WEDOS Disk Subversion

This community article was last revised on 23rd July 2021. WEDOS Disk offers hosting one or more Subversion repository. Basic information and parameters: This is only a Subversion repository hosting, this is not versioning of files that you store in space WEDOS Disk. This is possible if you connect the disk space via a protocol as […]

WEDOS CD – iOS / iPadOS Contacts Synchronization

This community article was last revised on 23rd July 2021. The WEDOS Cloud Disk allows you to connect the contacts in your mobile device to cloud storage, so that you can easily share your contacts with anyone. This step-by-step guide will show you how to synchronize contacts in your iPhone or iPad with the WEDOS […]

WEDOS CD – iOS / iPadOS Calendar Synchronization

This community article was last revised on 25th November 2021. The WEDOS Cloud Disk allows you to connect the calendar on your mobile device to cloud storage so you can easily share your calendar with anyone. This step-by-step guide will show you how to synchronize contacts in your iPhone or iPad with the WEDOS Cloud […]

How to generate private and public SSH keys

This community article was last revised on 2nd July 2020. A public SSH key is required to securely and seamlessly log in to some WEDOS services. It serves as authentication with a remote server. In addition, the use of an SSH key brings a number of benefits. For example, you don’t have to worry about […]

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 […]