BUGIFX: added some set_language functions, fixed some strings for translation, fixed...
[e-DoKo.git] / htaccess.template
1 RewriteEngine on
2
3 # need to set this to your web path
4 RewriteBase   /<web path to your files>
5
6 # hide git directory (and others)
7 RedirectMatch 404 \.(git|cvs|svn|bzr|hg)(/.*|$)
8
9 # use autoversioning of js, less, and css files
10 RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js|less)$ $1.$2 [L]