3

我正在尝试在 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 server

wampserver 是否使用不同的路径?

4

1 回答 1

1

解决了:

它需要不同的路径。而不是 apache,extjs 文件必须位于:C:/wamp/www/lib/extjs

而不是在浏览器中输入:

http://localhost/lib/extjs/index.html

有用。

答案来自:http ://www.objis.com/formation-java/tutoriel-ajax-extjs.html#partie2

于 2013-06-05T13:13:18.777 回答