Force SSL with Mod_rewrite

To get Apache to force a URL to  https try this...

RewriteEngine on
RewriteCond %{HTTPS} !^on$ [NC]
RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI} [L]

The idea came from Mark W. Breneman

Self-signing your secure certificate - SSL for free

Here's how to do it or, for IIS6, you can get Microsoft to do the work with their SelfSSL tool from the IIS Resource Kit. Barney has a posting on an issue with Apache and OSX.

ColdFusion MX7 and Apache

Seems like you can get CFMX 7.0.2 to play with Apache 2.2.x but if you have a prob Apache 2.0.59 is a safe bet.

Apache on Mac

Apache Postings

Pete Freitag has some good posting on his blog on Apache.

So does Webmilhouse.

And Cybersonic.

Apache

Starting to get into Apache now so that I can run CFMX on my Mac, so let's start a new subject!.

BlogCFC was created by Raymond Camden. This blog is running version 5.9.001. Contact Blog Owner