2012-01-19 51 views
1

我一直在尋找幾個小時,但找不到解決方案。
目前我想將第一個webapp上傳到Mozilla的新平臺,第二步是添加一個清單文件。
我把信息從here,並嘗試建立一個名爲manifest.webapp
清單,但結果是以下消息:
Mozilla WebApp Manifest要求HTTP頭

•Your manifest must be served with the HTTP header "Content-Type: application/x-web-app-manifest+json". We saw "application/json". 

我在做什麼錯。我錯過了哪幾行代碼?

回答

1

解決您的問題的方法是在.htaccess文件中添加一行,以便Apache創建HTTP標頭。你可以閱讀更多的細節here