Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 3 个回答
  • 3 人有此问题
  • 18 次查看
  • 最后回复者为 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!

被采纳的解决方案

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

定位到答案原位置 👍 1

所有回复 (3)

more options

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

more options

选择的解决方案

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!