I want to redirect an HTTP connection to HTTPS on same server, to avoid wrong access through HTTP to some information that I dont want to be public, like awstats or services that I want to be secure like phpmyadmin.
The first thing that one thinks seems weird at first view, using mod_alias Redirect directive:
Redirect [...]

