I have a site that will leverage both http and https, and is hosted on Yahoo! small business services. I want to avoid the message "this page contains sercure and nonsecure ..." when a user visits the secure section of the site. At first glance, I figured that I could place all of the required content into a folder under <root>/ssl and everything would be just fine. However, that poses some serious content management issues. So, if I want to only maintain content in one place, can I place all of it under <root>/ssl and be just fine? If so, how do I modify the include_path to point to something like <riit>/ssl/include vs. the standard <root>/include? Am I missing something?