Landing page not working
-
Hello, I have cloudron installed on my.jessiscute.xyz and would like jessiscute.xyz to be the landing page, it worked before I installed cloudron and has been running on another web host. However, when I installed cloudron the landing page stopped working and now just shows "Apache is functioning normally", in the DNS jessiscute.xyz and www.jessiscute.xyz are set to the other host and other sites I have on that host are fine. Any clue what could be causing this?
-
@breixopd said in Landing page not working:
jessiscute.xyz
Check your DNS configuration for that domain.
https://jessiscute.xyz/404 points to a 404 page on another webhost, not Cloudron.
-
@breixopd said in Landing page not working:
Hello, I have cloudron installed on my.jessiscute.xyz and would like jessiscute.xyz to be the landing page,
This is where it is meant to run.
it worked before I installed cloudron and has been running on another web host. However, when I installed cloudron the landing page stopped working and now just shows "Apache is functioning normally",
Well, installing CR has an option to make, or not, changes to your DNS and this is very likely what happened-especially as you said it was 'working' prior to this installation-and should be checked to start with as suggested by @robi.
the DNS jessiscute.xyz and www.jessiscute.xyz are set to the other host and other sites I have on that host are fine. Any clue what could be causing this?
Obviously, if TLD is set to point to another IP/host it will be hard to achieve what you'd expected.
I know, this is tricky stuff lol
Good luck!Andy
-
Just to have it said. You could probably also host your "landing page" within Cloudron itself. Depending how that page is built you could for example host it as a static page in "surfer".
@breixopd said in Landing page not working:
my.jessiscute.xyz is set to the IP of the server running cloudron but jessiscute.xyz is set to my other host
Since your landing page is not hosted on Cloudron, its highly unlikely that it is broken "because you installed Cloudron". Maybe the hosting provider has some issues?
-
When you enter, https://jessicute.xyz, Browser will make DNS request for jessiscute.xyz . This will point to your other host. Browser will contact your host directly. So, Cloudron is not involved in this entire flow. From the DNS:
$ host my.jessiscute.xyz my.jessiscute.xyz has address 178.79.144.126 $ host jessiscute.xyz jessiscute.xyz has address 172.67.187.19 jessiscute.xyz has address 104.21.92.58 jessiscute.xyz has IPv6 address 2606:4700:3031::6815:5c3a jessiscute.xyz has IPv6 address 2606:4700:3037::ac43:bb13 jessiscute.xyz mail is handled by 10 _dc-mx.06e5baa4e5e7.jessiscute.xyz.
So, the landing page not working is not related to Cloudron since the DNS entries are entirely different.