Firefox Redirecting Localhost and How To Solve It
Recently experienced Firefox redirecting localhost to something completely else, like localhost.com?
Fear no more. This is how you solve it:
- In Firefox, type about:config in the address bar and press enter.
- Find browser.fixup.alternate.enabled and set it to false.
- Done!
Note: this problem most often occur when using other urls than http://localhost for your development websites.