opengeospatial / geoapi

GeoAPI provides a set of interfaces in programming languages (currently Java and Python) for geospatial applications. The GeoAPI interfaces closely follow OGC specifications, adaptated to match the expectations of programmers.
http://www.geoapi.org
Apache License 2.0
118 stars 37 forks source link

Configure DNS to allow geoapi.org #53

Closed kinow closed 4 years ago

kinow commented 4 years ago

Currently, only www.geoapi.org is working. Could we enable geoapi.org as well? It is common practice to support both, as some users may find it easier to type the shorter form.

I don't remember the last time I did that, but I think these articles may be of help.

From what I remember, my A domain entry would be something like geoapi.org, and then I would have a CNAME (alias) www.geoapi.org.

kinow commented 4 years ago

New DNS server correctly configured! Now both w/ and w/o www work!!! :tada:

desruisseaux commented 4 years ago

Thanks for the confirmation! I didn't verified before.