Return to Snippet

Revision: 12410
at March 12, 2009 20:21 by deftonez4me


Initial Code
RewriteCond %{SERVER_PORT} !=443
RewriteCond %{REQUEST_URI} ^/register\.php$ [OR]
RewriteCond %{REQUEST_URI} ^/register-success\.php$ 
RewriteRule ^ https://www.foo.com%{REQUEST_URI} [NS,R,L]

Initial URL


Initial Description


Initial Title
Forward http: to https: for SSL

Initial Tags
htaccess, apache

Initial Language
Apache