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

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

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

  • 3 odgovora
  • 3 imaju ovaj problem
  • 120 prikaza
  • Posljednji odgovor od bowenliu

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!

Izabrano rješenje

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

Pročitaj ovaj odgovor u kontekstu 👍 1

Svi odgovori (3)

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

Odabrano rješenje

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

Thank you! It works!