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 could not open .seed file which is written in html?

  • 3 réponses
  • 3 ont ce problème
  • 18 vues
  • Dernière réponse par 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!

Solution choisie

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

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (3)

more options

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

more options

Solution choisie

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!