]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - .htaccess
Add a version hash for asset loading to prevent browser's cache issue
[github/shaarli/Shaarli.git] / .htaccess
CommitLineData
18e67967
A
1RewriteEngine On
2RewriteCond %{REQUEST_FILENAME} !-f
3RewriteCond %{REQUEST_FILENAME} !-d
4RewriteRule ^ index.php [QSA,L]