I'm getting the same thing but with my
base CSS file. I tried the .htaccess thing but it didn't work. My site is
here. Could this be fixed? Thanks!
Hi TheEClub99,
The issue with your theme was not caused by mod_security, but by two other issues:
1) The themes directory and the containing directory both had permissions of 777. These are dangerously high permissions, so our server normally simply denies access for files with permissions of 777. Please remember that directories should be 755 and files should be 644.
2) In
/public_html/plus/ow_static/themes, the .htaccess file in there simply contained
deny from all. This was denying all access to any files within the themes folder, which would throw the 403 Forbidden error.
I've now changed the file permissions of ow_static and themes to 755, and I've also renamed the bad .htaccess file to
.htaccess_old. Your theme now appears to be showing correctly.
Thank you,