0

I've created a virtual apache Server to host an old wordpress, everything went fine untill I tried to access the page via the domain on the browser.

When accessing the domain on the browser instead of loading the page it's trying to search the domain as a search on google.

The unexpected behavior

The expected bahavior

To temporarly fix this issue that I've found was writting http://domain-used.old to force it to redirect the browser to that url instead of searching it on google.

However, people are always complaining that they need to type the complete url (including the http/https) switching browsers keeps doing the same behavior (searching instead of loading).

In the end I had to re-deploy everything with a new domain ending that is not ".old".

So is ".old" a limitation on the browsers, or is it a defined behavior that is defined in some RFC?

HBruijn
  • 77,029
  • 24
  • 135
  • 201
arctumn
  • 3
  • 2

1 Answers1

2

A quick search suggests that there is no public .old top level domain / suffix.

At least I couldn't find it on :

That probably results in your browser that domain-used.old isn't recognised as a FQDN, not forwarded to your systems resolver libraries and instead treated a search string.

HBruijn
  • 77,029
  • 24
  • 135
  • 201