我正在尝试在wampserver的Apache目录中安装extjs。
我从这里下载Ext JS 4.2.1:
http://www.sencha.com/products/extjs/download/我在以下目录中创建了一个名为extjs的新文件夹:
C:/wamp/bin/apache/apache2.2.22/htdocs/extjs/我启用wampserver,然后在Chrome浏览器中输入:
http://localhost/extjs/index.html问题:它提供了:
The requested URL /index.html was not found on this serverwampserver是否使用不同的路径?
发布于 2013-06-05 21:13:19
已解决:
它需要不同的路径。extjs文件必须位于C:/wamp/www/lib/extjs中,而不是apache中
然后在浏览器中输入:
http://localhost/lib/extjs/index.html它起作用了。
答案来自:http://www.objis.com/formation-java/tutoriel-ajax-extjs.html#partie2
https://stackoverflow.com/questions/16937054
复制相似问题