Jump to content

what steps to be done to host IP Board on secure server


Recommended Posts

Posted

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]

Posted

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.

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...