Always redirect new domain to old

I have new domain. And new ssl certificate. But it always redirect my new domain to old. I delete all old config files and delete old letsencrypt directory. In ssllabs.com rating is “T”. https://www.ssllabs.com/ssltest/analyze.html?d=joserepetitor.com

My domain is: joserepetitor.com

My web server is (include version): apache2

The operating system my web server runs on is (include version): ubuntu 18.04

My hosting provider, if applicable, is: digitalocean

I can login to a root shell on my machine (yes or no, or I don’t know): yes

Are you sure?

I see you have a 303 to moodle.chainartsoft.xyz

I can’t possibly know if that is issued by your webserver or from some application it is running, but you can find out by using grep -r in the appropriate directories.

This is exceptionally strange. I just rerun the ssllabs test on your domain and it still gets an A.

The command is grep, you can use it to recursively search for a string in a directory: https://linux.die.net/man/1/grep

Another strange thing is happening, though: dns for the redirect destination isn’t propagating and I haven’t got the faintest Idea why. https://dnschecker.org/#A/moodle.chainartsoft.xyz

While authoritative dns servers respond normally:

% dig +short ns chainartsoft.xyz
ns2.digitalocean.com.
ns3.digitalocean.com.
ns1.digitalocean.com.
% dig +short @ns1.digitalocean.com moodle.chainartsoft.xyz
54.72.52.58
% dig +short @ns2.digitalocean.com moodle.chainartsoft.xyz
54.72.52.58
% dig +short @ns3.digitalocean.com moodle.chainartsoft.xyz
54.72.52.58

This error occurs on my server or due to an incorrectly configured DNS

I don’t know if that’s supposed to be a question, but in any case: I really have no idea.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.