Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

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

  • 3 antwoorden
  • 3 hebben dit probleem
  • 18 weergaven
  • Laatste antwoord van 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!

Gekozen oplossing

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

Dit antwoord in context lezen 👍 1

Alle antwoorden (3)

more options

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

more options

Gekozen oplossing

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!