I run a website using Apache on my own Ubuntu server. I recently switched ISPs, and now my website times out when accessed through its' domain (the local IP for my server works perfectly).
I tried switching to hosting Apache through a Docker container, and it does work when I use the test page, or if I point to a directory with a simple index page. However, when I upload my own site files to the directory, the site begins timing out again. I went back to the standard Apache install (the one not installed on Docker) and the template does work there as well.
This would lead me to believe it's an issue with my htaccess or with the configuration of Apache. Could anyone help? Thanks.