Mobile app version of vmapp.org
Login or Join
Margaret670

: Why my domain redirect on Google Apps is returning 404? I have a configuration in the Google Apps Control Panel (dcc.securepaynet.net) to redirect tombrito.com to http://buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4499244H

@Margaret670

Posted in: #GoogleApps #Redirects

I have a configuration in the Google Apps Control Panel (dcc.securepaynet.net) to redirect tombrito.com to buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4499244H9.
It worked fine until some days ago, but now it's returning 404.

If you access tombrito.com you can see the favicon in the title of the browser tab, but the page shows a 404 error. The target page buscatextual.cnpq.br/buscatextual/visualizacv.do?id=K4499244H9 is fine, it's only some problem with my redirect.

Any idea what's wrong here?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Margaret670

1 Comments

Sorted by latest first Latest Oldest Best

 

@Sarah324

I suspect that you have a DNS issue with tombrito.com.

Doing a DNS lookup for tombrito.com using dig shows that four IP addresses are returned.

Using curl to send requests for tombrito.com to all four IP addresses shows that only IP address 64.202.189.170 returns the 301 redirect you expect. The three other IP addresses (216.239.32.21, 216.239.34.21 and 216.239.36.21) all return a 404 not found error.

;tombrito.com. IN A

;; ANSWER SECTION:
tombrito.com. 3371 IN A 216.239.36.21
tombrito.com. 3371 IN A 64.202.189.170
tombrito.com. 3371 IN A 216.239.34.21
tombrito.com. 3371 IN A 216.239.32.21

;; AUTHORITY SECTION:
tombrito.com. 3371 IN NS ns12.domaincontrol.com.
tombrito.com. 3371 IN NS ns11.domaincontrol.com.


I recommend that you update your DNS for tombrito.com to only return IP address 64.202.189.170 or get the web servers on the other 3 IP addresses to perform the redirect.

Here are the curl commands that I used to individually query each IP address:

curl --verbose --header "Host: tombrito.com" 216.39.32.21 .
.
curl --verbose --header "Host: tombrito.com" 64.202.189.170


I hope that this information helps.

Update:

Is this what you see when you view your Control Panel? If it is, do you see more than one IP address for the "@" record?

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme