crombiecrunch Posted March 6, 2009 Share Posted March 6, 2009 Hello all I am almost done with my new full integration of my site. This is whats going on: you go to the main site; http:// - fine click on any tab that takes you to a secure WHMCS area; https:// - great click back on any tab that takes you out of the secure areas to the main parts of the site; stays https:// - not good. example code of my NAV bar I am using <li><a href="/index.html" title="Home" class="current"><span>Home</span></a></li> Is my only option to change the code to <li><a href="http://www.mysite.com/index.html" title="Home" class="current"><span>Home</span></a></li> Or is there other code I can use to keep the /index.html coding? 0 Quote Link to comment Share on other sites More sharing options...
Impact-John Posted March 7, 2009 Share Posted March 7, 2009 that is the easiest way as the links on the secured site (https) will always look for and add the https as that is main directory when you use the lkinks as ("/index.html") you will have to manually add the (http://) full domain to the links that go back to your main site 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.