Tag Archives: web

Redirect HTTP requests to HTTPS in Apache

One more short snippet, that might be useful to me in the future. If you have a website served by Apache and want your clients to only use HTTPS, you can use this mod_rewrite configuration: RewriteEngine On RewriteCond %{HTTPS} off … Continue reading

Posted in Tools | Tagged , , , | Leave a comment