I do get a 200 when the file loads but again, when I check the site, and check the minify log, I get the same response. It seems to be reading the path twice almost because here is how my file structure should be:
w3tc reads this: /var/www/domain.com/web/var/www/clients/client1/web1/web/wp-content/themes/theme1/style.css
these paths work:
/var/www/clients/client1/web1/web/wp-content/themes/theme1/style.css
/var/www/domain.com/web/wp-content/themes/theme1/style.css
Is there a option setting in the db that I can change or can you tell me where I can find where it’s pulling that location from? I’m not sure why it would be reading the location and appending it but I find that odd. Where did it pull that from to begin with?