Quantcast
Channel: WordPress.org Forums » [W3 Total Cache] Support
Viewing all articles
Browse latest Browse all 19296

mommaroodle on "[Plugin: W3 Total Cache] W3TC constantly overwriting edits in .htaccess in self hosted cdn"

$
0
0

This is not working for me - I should have known better by now

This entry is breaking my fontawesome and my .htaccess despite me changing the permissions - that doesnt seem to solve the problem for me

# BEGIN W3TC CDN
<FilesMatch "\.(ttf|ttc|otf|eot|woff|font.css)$">
<IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
</IfModule>
</FilesMatch>
# END W3TC CDN

this entry however works, but it keeps on being overwritten with the code above.

<FilesMatch "\.(ttf|otf|eot|woff)$">
  <IfModule mod_headers.c>
    Header set Access-Control-Allow-Origin "*"
  </IfModule>
</FilesMatch>

this plugin is then useless to me if I am not able to add entries to my .htaccess.

My files are on another domain I'm using as a CDN, but I can even disable the automatic directory listing because even that entry is being overwritten by the entries the plugin makes to the .htaccess!!!!


Viewing all articles
Browse latest Browse all 19296

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>