Hi, I had a little trouble finding where to put the new rules. On a non plack, non-packaged, apache install. Here is what I had to do: ======================================= vim /etc/apache2/sites-enabled/koha.conf # Before «REST API configuration» (at two different places) add the following. RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].js$ $1.js [L] RewriteRule ^(.*)_[0-9][0-9]\.[0-9][0-9][0-9][0-9][0-9][0-9][0-9].css$ $1.css [L] ======================== This includes the fix for bug 20187 https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20187 Cheers, -- Victor Grousset, dev support/maintenance BibLibre, Services en logiciels libres pour les bibliothèques BibLibre, Libre/Open Source software and services for libraries