我正在使用php.
当我在谷歌的服务器上使用jquery-1.3.2-min.js时,它会加载并且一切运行正常.
但是当我尝试使用我下载到服务器的那个时,Firebug给了我这个:
1 2 3403 Forbidden 4 5Forbidden
6You don't have permission to access /path/to/scripts/jquery-1.3.2.min.js 7on this server.
8
9Apache/2.2.12 (Ubuntu) Server at localhost Port 80 10
我该如何解决?我是否必须更改Apache中的某些设置.
另一件事是有另一个js文件(使用jquery的文件)加载就好了.它与jquery-1.3.2.min.js位于同一文件夹中(即在scripts文件夹中).
听起来像文件本身的权限问题.尝试
chmod 755 /local/path/to/jquery-1.3.2.min.js