aushosts Posted January 15, 2008 Share Posted January 15, 2008 Hi Guys, We want to put one of those site seals on our website; however we only want it to appear on SSL encrypted pages. How can we do this? 0 Quote Link to comment Share on other sites More sharing options...
RPS Posted January 15, 2008 Share Posted January 15, 2008 You should contact the company where you purchased the SSL cert from. If the problem is just having it display on the HTTPS pages, you can use the following variable for PHP: $_SERVER['HTTPS'] see http://es2.php.net/reserved.variables 0 Quote Link to comment Share on other sites More sharing options...
aushosts Posted January 15, 2008 Author Share Posted January 15, 2008 Can that be used inside whmcs? Like inside the template files? 0 Quote Link to comment Share on other sites More sharing options...
railto Posted January 15, 2008 Share Posted January 15, 2008 it sure can, you just have to put it into the template, i have already seen someone use it 0 Quote Link to comment Share on other sites More sharing options...
Brett Posted January 15, 2008 Share Posted January 15, 2008 You will need to put the code between {php} CODE {/php} 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.