i keep getting a 403 forbidden permission error on my fedora server through my local network
- by kdavis8
Trying to view a javascript file on my home server I get the following error:
Forbidden
You don't have permission to access /jquery-1.8.2.js on this server.
Apache/2.2.22 (Fedora) Server at 192.168.1.3 Port 80
I have given all users access to the file like this:
sudo chmod -R 777 /var/www/html/jquery-1.8.2.js
I have even gone as far as changing the user & group properties in the httpd.conf file.