Saurabh Jain Posted September 27, 2012 Share Posted September 27, 2012 Once we have SSL certificate - what do next...? what will happen to search engine indexed pages ( Redirect automatically) Regards Saurabh Link to comment Share on other sites More sharing options...
Grumpy Posted September 29, 2012 Share Posted September 29, 2012 You can change the board URL from http://something to https://something. So all the links are https. You'll need to recompile all the skin caches. And for extra safety measure, clear all other caches. You can add a redirect command, best in your apache settings (possibly via .htaccess) or other web server handler to permanent redirect all non-httpS to httpS address. for .htaccess example... RewriteCond %{HTTPS} off RewriteRule ^(.*)$ https://yourdomain/$1 [R=301,L] Link to comment Share on other sites More sharing options...
Saurabh Jain Posted September 30, 2012 Author Share Posted September 30, 2012 Thanks Grumpy - this was Gr8.... I am also having one trouble - Because I run google Adsense....... It is showing........... Some of the content is unsecure and hence there is a red cross in Google chromehttps://mechanical-engineering.in/forum/ Can something be done for this? Link to comment Share on other sites More sharing options...
Grumpy Posted September 30, 2012 Share Posted September 30, 2012 No, nothing can be done about that. You simply cannot run network ads in a guaranteed manner in a secure site. Why? Because the very principle of SSL cannot be held. SSL makes sure that the connection is SECURE and that no one else is snooping in. If you have ads, they're snooping. Only way to securely run ads are by having in-house managed ads. In short: network ads are insecure. Link to comment Share on other sites More sharing options...
Mack_au Posted September 30, 2012 Share Posted September 30, 2012 Question: Is it possible to run the HTTPS on just the ip.nexus store module? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.