Ajax http code 403,http status code 403 - jQuery not loading - Stack Overflow

I'm using php.

When I use the jquery-1.3.2-min.js on google's server, it loads and everything runs fine.

But when I try to use the one I downloaded to my server, Firebug gives me this:

1

2

3

403 Forbidden

4

5

Forbidden

6

You don't have permission to access /path/to/scripts/jquery-1.3.2.min.js

7on this server.

8


9

Apache/2.2.12 (Ubuntu) Server at localhost Port 80

10

How can I fix it? Do I have to change some settings in Apache.

The other thing is there is another js file (the one that uses the jquery) that loads just fine. It is in the same folder as the jquery-1.3.2.min.js (i.e. in the scripts folder).