[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Re[4]: [cobalt-users] SSL ?



> Wednesday, April 16, 2003, 8:59:04 PM, you wrote:
> DK> Perhaps you need to put the full http:// URL in for the redirect.
> 
> I tried that, no go...
> 

Well, perhaps you can put the form in a sub-directory and use Brian's
.htaccess code in there.

RewriteEngine on
RewriteBase   /home/sites/siteX/web/
RewriteCond   %{SERVER_PORT}  !^443$
RewriteRule   ^(.*)?$   https://%{SERVER_NAME}/$1 [L,R]
#END FORCE HTTPS

-- 
C2003 Dan Kriwitsky

Please reply to the list only. Off list replies are not read.