View Single Post
Old 02-01-2008, 05:02 PM  
baddog
So Fucking Banned
 
Industry Role:
Join Date: Apr 2001
Location: the beach, SoCal
Posts: 107,089
Easiest way is to use mod_rewrite and place a .htaccess file in your public_html directory with the following

Code:
rewriteEngine On
rewriteCond %{SERVER_PORT}!443
rewriteRule ^(.*)$ https://www.example.com/$1 [R,L]

at least, that is what my research shows
baddog is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote