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
12 lines (10 loc) · 1.18 KB
/
.htaccess
File metadata and controls
12 lines (10 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
RewriteEngine on
RewriteRule ^downloads\/Byteball-test-osx64.dmg https://github.com/byteball/byteball/releases/download/v2.6.0t/Byteball-TN-osx64.dmg [R=303,L]
RewriteRule ^downloads\/Byteball-test-win64.exe https://github.com/byteball/byteball/releases/download/v1.9.1t/Byteball-TN-win64.exe [R=303,L]
RewriteRule ^downloads\/Byteball-test-win32.exe https://github.com/byteball/byteball/releases/download/v1.9.1t/Byteball-TN-win32.exe [R=303,L]
RewriteRule ^downloads\/Byteball-test-linux64.zip https://github.com/byteball/byteball/releases/download/v1.9.1t/byteball-tn-linux64.zip [R=303,L]
RewriteRule ^downloads\/Byteball-osx64.dmg https://github.com/byteball/byteball/releases/download/v2.6.0/Byteball-osx64.dmg [R=303,L]
RewriteRule ^downloads\/Byteball-win64.exe https://github.com/byteball/byteball/releases/download/v2.6.0/Byteball-win64.exe [R=303,L]
RewriteRule ^downloads\/Byteball-win32.exe https://github.com/byteball/byteball/releases/download/v2.6.0/Byteball-win32.exe [R=303,L]
RewriteRule ^downloads\/Byteball-linux64.zip https://github.com/byteball/byteball/releases/download/v2.6.0/byteball-linux64.zip [R=303,L]
RewriteRule ^discord$ https://discordapp.com/invite/Qn6JWfT [R=303,L]