first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Apache HTTP Server 2.x: Force HTTPS by Port; .htaccess

RewriteEngine on

#Force HTTPS by port: RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

mod date: 2008-10-23T23:04:54.000Z