Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Learn More

Firefox could not open .seed file which is written in html?

  • 3 përgjigje
  • 3 e kanë hasur këtë problem
  • 18 parje
  • Përgjigjja më e re nga bowenliu

more options

I downloaded webpages using Scrapy and host them on local web server. The pages are all html but written in different file name pattern. When I open the webpages with the pattern like ".seed" through links , the firefox could not load it like html. If I choose open with firefox, it will download the file and go back to the same situation. How could I have firefox to read the file as html? Big thanks ahead!

I downloaded webpages using Scrapy and host them on local web server. The pages are all html but written in different file name pattern. When I open the webpages with the pattern like ".seed" through links , the firefox could not load it like html. If I choose open with firefox, it will download the file and go back to the same situation. How could I have firefox to read the file as html? Big thanks ahead!

Zgjidhje e zgjedhur

You would have to configure that web server to send the files as text/html to make Firefox render the files as HTML.

Lexojeni këtë përgjigje brenda kontekstit 👍 1

Krejt Përgjigjet (3)

more options

These are the snapshots of the problem. Please review and comment, thanks!

more options

Zgjidhja e Zgjedhur

You would have to configure that web server to send the files as text/html to make Firefox render the files as HTML.

more options

Thank you! It works!