Themes
Apache
2 3
Redirecting HTTP to HTTPS - redirect 301 .htaccess
Do you have a valid active SSL certificate on your domain but still don't see the padlock icon in the URL bar? To display the green padlock icon…
6 0
Compression Gzip, Brotli
On web hosting servers at Hukot.net, we support three compression formats, widely used and supported Gzip, Deflate, and also the newer, often more…
87 0
How to protect VPS from DDoS attacks - Linux
Distribued denial of service (DDoS) is unfortunately still becoming more and more common way to attack an organization's infrastructure. This…
27 0
First setting of ISPconfig
After purchasing a Virtual Server with ISPConfig from us, you will receive a fully pre-installed server with ISPConfig ready for use, and we will…
104 0
How to redirect a URL via .htaccess (setting 301 redirects)
301 Redirect, also known as permanent redirection, informs search engines that a specific address has been permanently moved to another location. It…
5 3
Setting up Let's Encrypt with Apache Server
Let's Encrypt is a certification authority that offers a straightforward path to creating and installing a TLS/SSL certificate. The process is…
1 0
How to redirect HTTP Requests To HTTPS On Apache 2
We will describe how to set up Apache 2, and to redirect unsecure requests (HTTP) to secure (https). Pre-requisites You have a Hukot Linux…