Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

typing in url for my company website sends it to https index page in Firefox, but not IE or Chrome, and the behavoir is not wanted

  • 26 replies
  • 15 have this problem
  • 134 views
  • Last reply by amibangali

more options

After upgrading Firefox to version 14.0.1 i noticed when i typed in my company's website address that firefox went to the https:// version of the site when it never did that before.

Example, if you type in amazon.com in the URL bar, you briefly see that firefox turns the url to https://www.amazon.com before being auto directed to the normal www.amazon.com site.

My website did not have a secure index page and people were getting a server generated message until I found this issue out.

Is there a setting in Firefox to prevent the URL bar from selecting a secure connection first? This behavior does not occur in the most recent versions of I.E. or Chrome browsers on a desktop.

Any help would be greatly apprecaited

After upgrading Firefox to version 14.0.1 i noticed when i typed in my company's website address that firefox went to the https:// version of the site when it never did that before. Example, if you type in amazon.com in the URL bar, you briefly see that firefox turns the url to https://www.amazon.com before being auto directed to the normal www.amazon.com site. My website did not have a secure index page and people were getting a server generated message until I found this issue out. Is there a setting in Firefox to prevent the URL bar from selecting a secure connection first? This behavior does not occur in the most recent versions of I.E. or Chrome browsers on a desktop. Any help would be greatly apprecaited

Chosen solution

Following solution worked for me. Just put following in the .htaccess file on your server and put your domain name instead of domain example below:

Read this answer in context 👍 1

All Replies (6)

more options

Hi pfeely, this --

When I specify "http" - and the page is redirected to "https" - it makes it very difficult to test the page.

-- shouldn't happen. In other words, if you specify the full URL yourself, Firefox should use that URL. But if you accept the autofill suggestion based on partial input, then https may be used contrary to your expectations.

Unless there's something new going on, autofill is the cause of this problem. If you have a scenario where an item from the autocomplete drop-down, or a bookmark, or a link is having its protocol switched, that probably would be a new bug. (New to me, at least.)

more options

The mod rewrite option is not a solution when some sections of the site are supposed to work over ssl, but others are not.

Its also a bit extreme to do a mod rewrite for a glitch/bug in one browser

more options

Hi pfeely, here on the support side, it's mostly about workarounds. Have you voted for the bug to be fixed? (You need to create a Bugzilla account in order to vote.) 769994 – Inline autocomplete selects HTTPS domain against HTTP domain by default

more options

I used to like firefox but now I have to say it is garbage browser now. The above solution also works fine in all other browsers except firefox but other browsers did not have any issue to the posted solution is useless.

In my scenario my SSL is for http and firefox forcing https://www.mydomain.com

I modified this to

RewriteEngine On RewriteCond %{HTTPS} on RewriteRule ^$ http://mydomain.com/ [R=301,L]

Am I missing anything? Confused how it fixed others issue?

Looks like I have to buy another SSL to fix this annoying firefox bug?

more options

Note that this only happens if auto fill in the location bar is enabled in Firefox (browser.urlbar.autoFill and browser.urlbar.autoFill.typed are true) and you have visited pages on that server in the past via a secure HTTPS connection.

more options

I know but we run an eCommerce store with thousands of old customers and if they see this problem some leave, some get angry thinking it is our fault where it is actually firefox bug. Telling them to turn off url autocomplete is not always an option.

  1. 1
  2. 2