I used webfonts in my Wordpress site. I need a rewriterule in my htacces. I put this in my htacces file:
RewriteRule ^fonts/(.*) /mikevierwind/wp-content/themes/roots/fonts/$1 [QSA,L]
But when i save this htacces file. Wordpress is rewriting the htacces file and my fonts rewriterule is gone. How can i fix that?
Thank for helping!
.htaccessfile are you adding that? – hampusn Sep 19 '12 at 9:29