diff options
Diffstat (limited to 'htaccess.template')
-rw-r--r-- | htaccess.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htaccess.template b/htaccess.template index 351842c..1672f1d 100644 --- a/htaccess.template +++ b/htaccess.template @@ -6,5 +6,5 @@ RewriteBase /<web path to your files> # 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] |