1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-08-13 16:54:00 -04:00

Add .htaccess file to force download of poche export

This commit is contained in:
NumEricR 2013-09-26 23:25:01 +02:00
parent 8623a53200
commit 4ee705a79c

8
.htaccess Normal file
View File

@ -0,0 +1,8 @@
Options +FollowSymlinks
RewriteEngine On
RewriteRule ^dl/export_poche.json$ ?export [L]
# Force download
RewriteCond %{QUERY_STRING} =export
RewriteRule ([^/]*)$ - [L,E=dl:$1]
Header onsuccess set Content-disposition "attachment; filename=%{dl}e" env=dl