How can I redirect Apache (Virtualmin) website to port 443
The default rule used by Virtualmin for a modern Ubuntu based Apache Virtualmin server is: RedirectMatch ^/(?!.well-known)(.*)$ https://example.com/$1 The catch is you can’t just put
The default rule used by Virtualmin for a modern Ubuntu based Apache Virtualmin server is: RedirectMatch ^/(?!.well-known)(.*)$ https://example.com/$1 The catch is you can’t just put
Background Keeping track of file downloads is quite tricky. On the one hand, you have tools such as Google Analytics that gives you everything and
Background Finding and tailing the Apache log file of a hosted service is a common task that every server administrator has to do from time
Background It’s sometimes necessary to redirect all URLs pointing from one location to another. This is especially true if you want to keep your Google
There are no hard and fast rules on how to deal with a server that’s under attack, but this article should give you some tips
About CORS Cross-origin resource sharing is a way to share libraries and fonts across multiple servers. However, in order to avoid security issues, many servers
Background Numerous sites that test web server speed refers to ‘compression on the server’. The idea behind this compression is that the server compresses certain
Here is a link on how to install LAMP on a Debian server: Solution: Follow this article straight from the Debian website: https://wiki.debian.org/LaMp#Installation
This article explains how to redirect all traffic directed at “www” to your website domain without the “www”. Create a .htaccess file in the root
You are trying to get search friendly URLs working. You have been instructed by Google or the technical support department to use the following directives