adjusted some colors in css
[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 and css files
10 RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js)$ $1.$2 [L]