ropensci / roweb

:no_entry: [DEPRECATED] Active at https://github.com/ropensci/roweb2
https://legacy.ropensci.org
Other
18 stars 29 forks source link

disqus problem #227

Open jeroen opened 8 years ago

jeroen commented 8 years ago

The ropensci website can be visited either via http or https. However this causes comments in disqus to be specific to either one or the other URL. For example these pages show different comments:

I think you should be able to configure disqus to fix this. Another solution is to make the website https only and redirect all http sites to https (that's how it's done on opencpu.org)

sckott commented 8 years ago

Another solution is to make the website https only and redirect all http sites to https (that's how it's done on opencpu.org)

any problem with this @karthik seems like a good solution

karthik commented 8 years ago

Sounds fine to me.

sckott commented 8 years ago

@jeroenooms how do we do make the website https only and redirect all http sites to https, i assume that needs to be done on karthik's server?

jeroen commented 8 years ago

If you run your own server you can add a simple rule to nginx, see e.g. this topic.

I personally use cloudflare for all my sites. This gives you free and hassle-less https and you can add simple page rules, including _always use https_. However for this to work you need to change your ropensci nameserver to cloudflare, not sure if you want to do that.

screen shot 2016-03-03 at 11 07 45 pm