By accident I stumbled upon this Firefox somewhat equivalent of IE’s ‘Show friendly HTTP error messages’ option. Any webdeveloper should have this turned off by default. How else will you know what the problem is? So here’s how to do it:
- Open up a new tab (CTRL+T) or window (CTRL+N).
- Type in de addressbar: about:config.
- In the filterbar type: error and press enter.
- Now set the value of the ‘browser.xul.error_pages.enabled‘ to ‘true‘. Double clicking will do.
- Restart Firefox.
Now you’ll get extended warnings instead of the simple warning dialogs when, for example, you accidentaly link to a non-existant domain. Or, like me, the dreaded ‘The document contains no data’.
If you don’t know where to find this in IE: ‘Tools’ > ‘Internet Options…’ > ‘Advanced’-tab > Near the end of the ‘Browsing’-section. > Uncheck.
Leave a Reply