]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .htaccess
Fix alignement and better clarity for 'List all links with those tags' button
[github/shaarli/Shaarli.git] / .htaccess
1 RewriteEngine On
2 RewriteCond %{REQUEST_FILENAME} !-f
3 RewriteCond %{REQUEST_FILENAME} !-d
4 RewriteRule ^ index.php [QSA,L]