Are there any special server requirements for rendering a .mobi site?

那年仲夏 提交于 2019-12-11 15:45:18

问题


I need to develop a mobi site for a client, do I need a specific server setup for this, or are there any additional server configurations that I need in order to render a mobi site or does it work the same as a normal website?


回答1:


A .mobi domain is not different (in terms of setup/configuration) than a .com

Even from a technological point of view, you can develop a mobile oriented application using the web technology (Java, PHP, Python, PHP...) and hardware infrastructure you prefer.

From the developer perspective, there's good instructions for .mobi compliance here, and ready.mobi is a great and free testing tool to evaluate mobile-readiness using industry best practices & standards.




回答2:


ready.mobi is a great tool for testing compliance for this. Also, there's good instructions for .mobi compliance here.




回答3:


I believe that you should check the availability of Javascript in the target platforms.




回答4:


Your server should be able to serve pages with the application/vnd.wap.xhtml+xml MIME type, otherwise some WAP browsers wil not render the page correctly (Nokia series 60).



来源:https://stackoverflow.com/questions/1433163/are-there-any-special-server-requirements-for-rendering-a-mobi-site

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!