Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo
Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.
Argivearre

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

t0t0 beäntwurde
t0t0

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.

Alle antwurden (8)

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"

Bewurke troch TheOldFox op

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.

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?

  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.

Bewurke troch TheOldFox op

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

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

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

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 ;-)