
Paul
Enthusiast
Jun 9, 2003, 9:34 AM
Post #3 of 4
(2316 views)
|
Re: [rebelo] redirect http to https script
[In reply to]
|
Can't Post
|
|
Id use a rewrite for this rather than perl RewriteCond %{REQUEST_URI} !^https:// RewriteRule ^.* https://domain.com/ [L,R]
|