jekyll / classifier-reborn

A general classifier module to allow Bayesian and other types of classifications. A fork of cardmagic/classifier.
https://jekyll.github.io/classifier-reborn/
GNU Lesser General Public License v2.1
548 stars 109 forks source link

Documentation at classifier-reborn.com in inaccessible #186

Closed ibnesayeed closed 4 years ago

ibnesayeed commented 4 years ago

@Ch4s3 are you still maintaining the classifier-reborn.com domain? The site is returning 403 Forbidden response for quite some time.

Ch4s3 commented 4 years ago

I didn't have it set to auto renew and lost access to the registrar account where it was originally purchased. Basically it needs to be re-purchased.

ibnesayeed commented 4 years ago

A quick fix would be to just rename or remove docs/CNAME file (and update links in the README and description of the site) so that at least the site is accessible from the https://jekyll.github.io/classifier-reborn URL. Currently, it is redirecting (301 Permanently) to the custom domain which is returning 403 Forbidden.

$ curl -IL https://jekyll.github.io/classifier-reborn/
HTTP/2 301 
server: GitHub.com
content-type: text/html
location: http://www.classifier-reborn.com/
x-github-request-id: 4FEE:0AA2:A6338:D8903:5D8CD1DC
accept-ranges: bytes
date: Thu, 26 Sep 2019 14:57:33 GMT
via: 1.1 varnish
age: 0
x-served-by: cache-dca17768-DCA
x-cache: MISS
x-cache-hits: 0
x-timer: S1569509854.617498,VS0,VE4
vary: Accept-Encoding
x-fastly-request-id: 8d3e87e71d8079e7f2be25b9ad77dadae502f317
content-length: 162

HTTP/1.1 403 Forbidden
Date: Thu, 26 Sep 2019 14:57:33 GMT
Server: Apache/2.4.41 (cPanel) OpenSSL/1.0.2t mod_bwlimited/1.4
Content-Type: text/html; charset=iso-8859-1
Ch4s3 commented 4 years ago

If you open a PR I’ll merge it. I’m traveling and away from my machine so I can’t really do it myself atm.

ibnesayeed commented 4 years ago

The CNAME file is perhaps generated automatically when a custom domain name is specified on the settings page and the link in the description can be updated from the landing repo page. Once those things are fixed, I can create a PR to update the README.

Ch4s3 commented 4 years ago

@ibnesayeed done

ibnesayeed commented 4 years ago

PR #187 should take care of the rest.