forked from byteball/obyte-web
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.htaccess
More file actions
10 lines (9 loc) · 1.1 KB
/
.htaccess
File metadata and controls
10 lines (9 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
RewriteEngine on
RewriteRule ^downloads\/Byteball-test-osx64.dmg https://github.com/byteball/byteball/releases/download/v1.9.1t/Byteball-TN-osx64.dmg [R=302,L]
RewriteRule ^downloads\/Byteball-test-win64.exe https://github.com/byteball/byteball/releases/download/v1.9.1t/Byteball-TN-win64.exe [R=302,L]
RewriteRule ^downloads\/Byteball-test-win32.exe https://github.com/byteball/byteball/releases/download/v1.9.1t/Byteball-TN-win32.exe [R=302,L]
RewriteRule ^downloads\/byteball-linux64.zip https://github.com/byteball/byteball/releases/download/v1.9.1t/byteball-tn-linux64.zip [R=302,L]
RewriteRule ^downloads\/Byteball-osx64.dmg https://github.com/byteball/byteball/releases/download/v2.1.0/Byteball-osx64.dmg [R=302,L]
RewriteRule ^downloads\/Byteball-win64.exe https://github.com/byteball/byteball/releases/download/v2.1.0/Byteball-win64.exe [R=302,L]
RewriteRule ^downloads\/Byteball-win32.exe https://github.com/byteball/byteball/releases/download/v2.1.0/Byteball-win32.exe [R=302,L]
RewriteRule ^downloads\/Byteball-linux64.zip https://github.com/byteball/byteball/releases/download/v2.1.0/byteball-linux64.zip [R=302,L]