[tor-bugs] #32446 [Webpages]: Design Document Link Broken

Tor Bug Tracker & Wiki blackhole at torproject.org
Sun Nov 10 20:05:18 UTC 2019


#32446: Design Document Link Broken
-------------------------+------------------------
 Reporter:  Cad_Aeibfed  |          Owner:  (none)
     Type:  defect       |         Status:  new
 Priority:  Medium       |      Milestone:
Component:  Webpages     |        Version:
 Severity:  Normal       |     Resolution:
 Keywords:               |  Actual Points:
Parent ID:               |         Points:
 Reviewer:               |        Sponsor:
-------------------------+------------------------
Changes (by arma):

 * cc: anarcat (added)


Comment:

 Shoot, you're right. We moved the files over but we broke the rewriterule
 that would retain the links correctly.

 anarcat, I just changed /etc/apache2/sites-available/svn.torproject.org on
 gayi from
 {{{
 RewriteRule ^/svn https://svn-archive.torproject.org/svn [L,R=307]
 }}}
 to
 {{{
 RewriteRule ^/svn/projects/articles/(.*)$ https://svn-
 archive.torproject.org/svn/projects/articles/$1 [L,R=307]
 RewriteRule ^/svn/projects/design-paper/(.*)$ https://svn-
 archive.torproject.org/svn/projects/design-paper/$1 [L,R=307]
 RewriteRule ^/svn/projects/presentations/(.*)$ https://svn-
 archive.torproject.org/svn/projects/presentations/$1 [L,R=307]
 RewriteRule ^/svn/projects/roadmaps/(.*)$ https://svn-
 archive.torproject.org/svn/projects/roadmaps/$1 [L,R=307]
 RewriteRule ^/svn https://svn-archive.torproject.org/svn [L,R=307]
 }}}
 and it looks like it now does what we want.

 Cad_Aeibfed, if you can confirm it works for you too now, I'll close the
 ticket.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/32446#comment:1>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list