DrBryte,
Thanks for the reply.
No, there were no changes made by me whatsoever beyond the installation script and chmod'ing the configure.php files (admin/includes and includes).
Also, I AM getting the secure/nonsecure when I browse to the login page from the top-of-the-page link from http://ichee.com.
Looking at the browser source of the login page after I opted to display both secure and nonsecure pages, I found the following references to src pointing the the non-ssl ichee.com:
Code:
<base href="http://ichee.com/" />
and
Code:
<script language="javascript" type="text/javascript"><!--
function session_win() {
window.open("http://ichee.com/index.php?main_page=info_shopping_cart&zenid=68faq6lec2s38r2isqamicksn0","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus();
}
//--></script>
The check-out page source code has only the following src references to the non-ssl ichee.com:
Code:
<base href="http://ichee.com/" />
and
Code:
<script language="javascript" type="text/javascript"><!--
function session_win() {
window.open("http://ichee.com/index.php?main_page=info_shopping_cart&zenid=68faq6lec2s38r2isqamicksn0","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus();
}
//--></script>
Which is basically the same thing as we see on the login page.
Does this help?
Bookmarks