I should add that it's just the interactive website that doesn't work at its FQDN. The data API (i.e. feeds) works fine.
On Friday, September 14, 2012 6:47:10 AM UTC-4, Leif Neve wrote:Recently we launched our own instance of person finder and found that it doesn't work at it's fully qualified domain name (FQDN).
What we're finding is that this URL works:
http://plpf:8000/
but this URL does not:
http://plpf.nlm.nih.gov:8000/ (returns '404')
Using an IP address in the URL doesn't work either:
http://130.14.37.162:8000/ (returns '404')
What's the trick to getting FQDNs to work? Thanks.