X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=htaccess.template;h=1672f1d69db0bbd0ac2191478dbc58dda4bdd4d0;hp=351842c76981c6c3219d922fa7c65a11d7c2d82a;hb=c058b932630a8392771ed369a965efa8b3cc326d;hpb=9d189605d5ccdbd7125f2e8839c63fa2028d44c1 diff --git a/htaccess.template b/htaccess.template index 351842c..1672f1d 100644 --- a/htaccess.template +++ b/htaccess.template @@ -6,5 +6,5 @@ RewriteBase / # hide git directory (and others) RedirectMatch 404 \.(git|cvs|svn|bzr|hg)(/.*|$) -# use autoversioning of js and css files -RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js)$ $1.$2 [L] +# use autoversioning of js, less, and css files +RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js|less)$ $1.$2 [L]