]> git.immae.eu Git - github/wallabag/wallabag.git/blob - .htaccess
remove themes
[github/wallabag/wallabag.git] / .htaccess
1 Options +FollowSymlinks
2 RewriteEngine On
3 RewriteRule ^dl/export_poche.json$ ?export [L]
4
5 # Force download
6 RewriteCond %{QUERY_STRING} =export
7 RewriteRule ([^/]*)$ - [L,E=dl:$1]
8 Header onsuccess set Content-disposition "attachment; filename=%{dl}e" env=dl