July 2010
M T W T F S S
« May    
 1234
567891011
12131415161718
19202122232425
262728293031  

Apache redirect from HTTP to HTTPS (SSL) on same server

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