>> Ok, this is annoying. > >When you use /store, you're instructing the web server to retrieve a >document from http://www1024.ssldomain.com/store, because luckydogvolleyball >is a directory below the webroot in this case. I assume you want >/luckydogvolleyball/store/ instead. Use a relative link to the error >templates or create some sort of variable that will always hold the correct >path to the root of the site. >
Well the problem with a relative link is I have subfolders with their own Application.cfc's. It'd throw an error on those pages. Unless I dropped the same error templates into all those directories. The root-relative links worked, but then the problem with the SSL came up. I guess I could use a http link but that sounds tacky. Thanks, Will ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:257627 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

