Client carousel is not working in siteground hosting despite caching turned off everywhere. Carousel perfectly in a different server; carousel developer says to exclude a single js file from caching.
Siteground gave me code to put in the htaccess file to exclude this file.
I added it to root htaccess, bottom of the page, saved it, got a 500 error. Restored the db and files completely, got the site back.
Where exactly do I add this code:
<If "%{REQUEST_URI} =~ /wp-content/plugins/display-a-meta-field-as-block-premium/build/carousel.js$/">
Header set Cache-Control "private"
Thanks in advance.