Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

Firefox doesn't know how to open this address, because the protocol (c)

  • 8 réponses
  • 5 ont ce problème
  • 1 vue
  • Dernière réponse par t0t0

more options

this happens when trying to open a local file using a local server (example: easyPHP): my file is located at:

C:\Program Files\EasyPHP-5.3.9\www\myweb\test.php

and my index page has a link to it. The link is generated depending if I am working local or not.

this happens when trying to open a local file using a local server (example: easyPHP): my file is located at: C:\Program Files\EasyPHP-5.3.9\www\myweb\test.php and my index page has a link to it. The link is generated depending if I am working local or not.

Toutes les réponses (8)

more options

Correct syntax would be - file:///C:/Program Files/EasyPHP-5.3.9/www/mysite/test.php

Open file with Firefox button > New Tab > Open File (or File > Open File on the Menu Bar) to see the correct syntax in the Location/URL bar. CTRL+o (the letter O) will also open the Open File dialog.

See - http://kb.mozillazine.org/Firefox_:_Issues_:_Links_to_Local_Pages_Don%27t_Work


Other - You should check your Plugins and update as needed:

  1. Check your Plugins - https://www.mozilla.org/en-US/plugincheck/
  2. Adobe PDF Plug-In For Firefox and Netscape "9.5.1"

Modifié le par TheOldFox

more options

You can open that file in Firefox via New Tab > Open File to see the correct path with the file:// protocol (file://localhost/C:/)

Note that Firefox won't allow to open local pages via a direct link, only a relative link to a higher directory is allowed.

more options

I already tried with file://localhost/C:/. it works for html pages but not .php extensions.... shame that Fierefox does not allow local path: it's quite useful for developing websites local (using aliases....) there is no way to do that?

more options
  1. That should be "file:///" with 3 "/" not 2 "/" as you indicate.
  2. Did you try opening using the Open File suggestion above?
    • Open file with Firefox button > New Tab > Open File (or File > Open File on the Menu Bar) to see the correct syntax in the Location/URL bar. CTRL+o (the letter O) will also open the Open File dialog.

Modifié le par TheOldFox

more options

Yes I did. sorry I mistyped the url: one / was missing. in my answer. I copied it from the open file.

more options

as I said "open file" works with html files, but not using php files

more options

The only other suggestions that I can find for you; maybe you can adapt them to your situation:

more options

It does not help... shame. I wanted to be the most general as possible, but I reached the limits of the friendship between firefox and easyPhp or wamp. I'll work with hardcoded relative path instead, no wories ;-)