Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
merge download pages (#14686)
Browse files Browse the repository at this point in the history
- update .htaccess
- warnings.wmi: recommend to use Pluggable Transports (#25098)

- add slackbuilds (fixes #26307)
- link to Tor Browser Hacking Guide (#24255)
- link to OnionBrowser with warning (fixes #26133)
- tor: add oldstable, testing and beta (#17805, #26298)
- update links to download page (#27131)

- replace javascript with css accordion (#27540)
- css: move OS box up, clean indention
  • Loading branch information
traumschule committed Oct 24, 2018
1 parent 7f400c4 commit 1d03562
Show file tree
Hide file tree
Showing 17 changed files with 1,684 additions and 1,992 deletions.
5 changes: 4 additions & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,10 @@ RewriteRule ^contact(.*) /about/contact$1 [R=301,L]
# Download websites
RewriteRule ^download/$ /download/download [R=301,L]
RewriteRule ^download.html(.*) /download/download.html$1 [R=301,L]
RewriteRule ^easy-download(.*) /download/download-easy$1 [R=301,L]
RewriteRule ^easy-download(.*) /download/download$1 [R=301,L]
RewriteRule ^download-easy(.*) /download/download$1 [R=301,L]
RewriteRule ^download-unix(.*) /download/download$1 [R=301,L]
RewriteRule ^tor(.*) /download/download [R=301,L]

# Relays
RewriteRule ^relays(.*) /getinvolved/relays [R=301,L]
Expand Down
Loading

0 comments on commit 1d03562

Please sign in to comment.