Return to Snippet

Revision: 6268
at May 13, 2008 16:07 by iTony


Initial Code
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://domain.com/$1 [R,L]

Initial URL


Initial Description


Initial Title
force SSL in your site

Initial Tags
htaccess, apache, security

Initial Language
Apache