Forums

Site Not Working On Specific URL pattern

I just got a site up on pythonanywhere, https://www.croasted.com.

In setting everything up, I tested different url patterns to make sure they are working.


They include:

  1. https://www
  2. http://www
  3. https://
  4. http://
  5. www
  6. (naked) so just croasted.com

On every major browser (3) https:// created an infinite load and then a timeout

I have added CNAME to my DNS on GoDaddy and set up their forwarding as well

Every combination works fine, except for https://

During debugging I tested https://pythonanywhere on all the major browsers. It also does not redirect but instead creates an infinite load and timeout.

Thus, I'm pretty sure that the behavior is caused by a global configuration setting error. Maybe a typo.

Just a heads up... Cheers!

See the last part of this, and see this. You can also consider using something like cloudflare etc and setting up page rules to do the redirection.