I am encountering an unusual issue with a website I am currently developing.
The server (apache2) is showing a 403 Forbidden error for some of my resources, particularly the js and css files. I have double-checked the permissions and even set them to 777 to rule out any permission-related issues. An example file that is triggering the error is shown below:
-rwxrwxrwx 1 ftpuser webdevadmin 94083 Jun 5 2018 /home/ftpuser/site/BRG-LAB_Doubs/BRG-LAB_DOUBS_WEB/res/jquery.js*
It's worth noting that the apache user is the same as the owner of the file (ftpuser).
ftpuser 11408 0.0 0.1 1299340 10952 ? Sl 06:25 0:07 \_ /usr/sbin/apache2 -k start
You can view the website at . Any insights into why the server is not serving the js and css files would be greatly appreciated.
Thank you