Menu

[5fa121]: / uno-db / htaccess_template  Maximize  Restore  History

Download this file

11 lines (7 with data), 283 Bytes

RewriteEngine on

# need to set this to your web path
RewriteBase   /<path to web files>

# hide git directory (and others)
RedirectMatch 404 \.(git|cvs|svn|bzr|hg)(/.*|$)

# use autoversioning of js, less, and css files
RewriteRule ^(.*)\.[[:xdigit:]]{32}\.(css|js|less)$ $1.$2 [L]
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.