> routed through a single file (index.cfm), how does one setup
> SSL to work for certain portion of a site and deny access via
> regular HTTP at the same time?
If all requests are routed through a single file, the only solution I can
think of now is to allow both HTTP and HTTPS to the directory, then use
conditional logic within your code to determine whether the request is
secure, and redirect to the corresponding HTTPS URL if it isn't.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
phone: 202-797-5496
fax: 202-797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

