Can't access Wordpress multisite after connecting to domain
Installed Wordpress
Subdirectory
Multisite
on Vultr
server, connected Google Domain, but can't access it. It is showing ERR_CONNECTION_TIMED_OUT.
When checking DNS
, A records are fine, but CNAME
records are not. Can't understand why, as in Vultr side I can't add any cname records ( currently it has- cname * mydomain.com)
In PowerShell
I ran tracert
and receive a response as 14 hops and it goes to my Vultr IP. But when typing in the domain name it still shows the error. I tried adding define lines siteurl
and homeurl in wp-config.php with my domain name, but still no luck.
Can someone suggest how this can be fixed so I can reach my Wordpress site?