I know there's probably better forums for this but thought maybe a TCLUGer might be able to confirm for me: I have a web site that was plain old http - I'm changing it so that everything is https - so I thought a rewrite rule that would catch all requests and swap http for https: RewriteRule ^/(.*)$ https://%{SERVER_NAME}/$1 [R,L] I put in about 1/2 day of study on this and I think I hit it - anyone else ever muck with mod_rewrite? If so does this look about right? So far (from my tests) this works... _______________________________________________ TCLUG Mailing List - Minneapolis/St. Paul, Minnesota http://www.mn-linux.org tclug-list at mn-linux.org https://mailman.real-time.com/mailman/listinfo/tclug-list