mucommander / mucommander.github.io

muCommander's website
http://www.mucommander.com/
0 stars 3 forks source link

https://mucommander.com should redirect to www.... instead of loading forever #4

Open holyjak opened 3 years ago

holyjak commented 3 years ago

Trying to access https://mucommander.com results in the browser trying to load the page until it hits a timeout. It should instead be redirected to the actual site, https://www.mucommander.com. This will make it easier to access it.

ahadas commented 3 years ago

@m4xence hi, is it something we can configure in the domain settings?

Pasqualle commented 3 years ago

https://stackoverflow.com/questions/59596179/github-pages-redirect-non-www-root-domain-to-www-subdomain

Based on the above stackoverflow, I think the CNAME file should only contain the www variant, and the Enforce HTTPS should be enabled. Not sure if that works..

ahadas commented 3 years ago

Right, I'll change the CNAME file back. We can't check the Enforce HTTPS though because previous versions of mucommander expect to find the version.xml file in http://www.mucommander.com/version/. Maybe changing the configuration on the hosting service side (forwarding) would do that but we'll need @m4xence to assist in that