[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Re[4]: [cobalt-users] SSL ?
- Subject: RE: Re[4]: [cobalt-users] SSL ?
- From: "Dan Kriwitsky" <list1@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed Apr 16 20:09:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> 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.