8

This is very frustrating.

I have been accessing servername.local on Firefox. That's its URL. No www.

At some time, servername.local ceased to be available and I got an error message: "Server not found". Fair enough.

However, Firefox didn't just try servername.local, it tried www.servername.local as well. "Server not found" again.

The problem is, now that servername.local is back up and running (I can get to it with other browsers and by IP address), Firefox always tries for www.servername.local, no matter if I type in the correct non-WWW URL or use a bookmark.

I cleared the cache, I cleared the history. No change. I flushed the DNS cache, that didn't help either.

Any suggestions?

1
  • 1
    "That's its URL." Actually, no, "servername.local" is the address of the server, but is not a URL. Commented Feb 15, 2016 at 15:40

3 Answers 3

14

Firefox is utilizing Domain guessing. It is an option that will automatically insert www or .com so that you don’t have to.

But, you don’t want that www., and there is a way to shut it off. The option to shut off domain guessing also requires shutting off keyword search for the changes to take place.

Changing Keyword search:

  1. Type about:config in the location bar and hit enter. You will get a message, "This might void your warranty" pop up. Click the “I’ll be careful, I promise.” button.

aboutconfig

  1. Type Keyword.enabled in the search field and double click the keyword.enabled preference to set the value to false.

aboutconfig1

That is the Keyword Search part taken care of. Now to shutting off domain guessing.

In the search field, type fixup and double click on browser.fixup.alternate.enabled so that it will go to false.

All done, no more WWW or .com.

fixup

More to be learnerd here: Mozilla Support

0
4

From http://support.mozilla.org/en-US/questions/714016 and http://support.mozilla.org/en-US/questions/932632 :

  1. In FireFox, go to about:config (this is a special manual configuration page all Mozilla-based browsers have; be careful, as you can really much things up!)
  2. In the Filter box, type in fixup and hit Enter (this will hide all the config elements except those that match this term)
  3. Click on the browser.fixup.alternate.enabled element; you'll see it change from Default to User Set, and from True to False.
  4. Done!

You might also want to check these:

browser.fixup.alternate.prefix - (www.)

browser.fixup.alternate.suffix - (.com)

I have gotten mixed answers when checking these. Some people report it works and some don't. Apparently, these are only added if the URL is unreachable.

2

Include explicitly http://in the address.

0

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .