Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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

  • 3 Antworten
  • 3 haben dieses Problem
  • 18 Aufrufe
  • Letzte Antwort von 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!

Ausgewählte Lösung

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

Diese Antwort im Kontext lesen 👍 1

Alle Antworten (3)

more options

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

more options

Ausgewählte Lösung

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!