> I use a modified fusebox approach and a client of mine would > like to have to have a form that excepts credit cards. I'm > thinking I should use SSL and I'm not sure about how to go > about setting this up. > > >From my understandind the relavent .cfm files would need > tobe stored in a secure directory. I can create a new index > file in the a source directory but it would call on files > that are not in SSL protected directories. > > Does anyone have any suggestion or can someone point me to > some good online resources.
If you were organized when you setup your global variables, it's as simple as calling a different "base" url. For instance, I use these two: application.globalVars.base = "http://www.mydomain.com/"; application.globalVars.baseSSL = "https://www.mydomain.com/"; Then just ensure that your exit fuseactions and any other links (including image, css, and js sources) use the baseSSL. Other wise you will get the nice little popup explaining that you have secure and non secure items on your page :-) No need to go duplicating pages. Mike ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:192421 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

