Forum Moderators: phranque
If you set the DocumentRoot for both http and https to the same directory filespace, then you can refer to these pages and objects using either protocol. Then only two things are required for a 'clean' setup: Be sure that you link correctly (all objects included on an https page must be accessed using https, and links to non-secure pages from your secure pages should specify http, not https), and then use a small code snippet (e.g. mod_rewrite or some PHP included in your pages) to redirect any 'page' URL requests using https back to http, except for the secure login page's URL.
I hope that's what you were asking about...
Jim