Yes very nice decision, could you post it :)) See I came up with I posted
after a long search a long time ago, but I don't know how to reverse the
logic although I thought about this and that what I was looking for, but I
don't have much knowledge with mod_rewrite and how the order should be and
what I can add/delete nor I know how to make it http for all other folders.

I appreciate it if you post the solution.

Kal

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Ted Behling
Sent: Sat, August 25, 2001 2:28 AM
To: [EMAIL PROTECTED]
Subject: RE: [cobalt-developers] Forcing HTTPS for certain parts of a
site


At 05:13 PM 8/24/01 -0400, KAMRY wrote:
>I have the following after the rewrite rule in a <v... host>:
>
>RewriteCond     %{SERVER_PORT}      !^443$
>RewriteRule     ^/folderToBeSecured/(.*)?$
>https://%{SERVER_NAME}/folderToBeSecured/$1 [L,R]
>
>
>Now, the biggest problem is this work pretty well, however if a client
>clicks on home or services from that page in that secured area then the
>https will continue on, and this is a burden on the machine.

Well, why don't you just reverse the logic of the above?  "If the hit comes
over SSL and it's not in folderToBeSecured, then redirect to non-SSL"

--------------------------------------------------------------------------
Ted Behling, Web Application Developer - Monarch Information Systems, Inc.

43 Folly Field Road, Unit 4, Hilton Head Island, SC 29928-5434
E-mail: mailto:[EMAIL PROTECTED]
Phone/Fax: 1-800-842-7894    Local or Outside the USA: 1-843-842-7894
Cell Phone (urgent issues): 843-816-7895
Cell Phone E-mail: mailto:[EMAIL PROTECTED] (116 letter limit)
Web site: http://www.MonarchIS.net
--------------------------------------------------------------------------

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com

_______________________________________________
cobalt-developers mailing list
[EMAIL PROTECTED]
http://list.cobalt.com/mailman/listinfo/cobalt-developers

Reply via email to