BUGFIX: check for 2nd 10 of hearts in wedding and poverty games
[e-DoKo.git] / htaccess.template
index 351842c76981c6c3219d922fa7c65a11d7c2d82a..1672f1d69db0bbd0ac2191478dbc58dda4bdd4d0 100644 (file)
@@ -6,5 +6,5 @@ RewriteBase   /<web path to your files>
 # hide git directory (and others)
 RedirectMatch 404 \.(git|cvs|svn|bzr|hg)(/.*|$)
 
 # 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]