<html>#2240: redirect from old trac ticket urls to bitbucket
<table style='border-spacing: 1ex 0pt; '>
<tr><td style='text-align:right'> Reporter:</td><td>Roland Haas</td></tr>
<tr><td style='text-align:right'>   Status:</td><td>resolved</td></tr>
<tr><td style='text-align:right'>Milestone:</td><td></td></tr>
<tr><td style='text-align:right'>  Version:</td><td></td></tr>
<tr><td style='text-align:right'>     Type:</td><td>enhancement</td></tr>
<tr><td style='text-align:right'> Priority:</td><td>major</td></tr>
<tr><td style='text-align:right'>Component:</td><td>Other</td></tr>
</table>

<p>Comment (by Roland Haas):</p>
<p>Ah not quite. My fault though, sorry. I put an extra ā€œsā€ into the redirect string. The trac ticket URLs are eg <a data-is-external-link="true" href="https://trac.einsteintoolkit.org/ticket/2135" rel="nofollow">https://trac.einsteintoolkit.org/ticket/2135</a> so it should have been</p>
<div class="codehilite"><pre><span></span>RedirectMatch &quot;^/ticket/([^/]*)&quot; &quot;https://bitbucket.org/einsteintoolkit/tickets/issues/$1&quot;
</pre></div>
<p>--<br/>
Ticket URL: <a href='https://bitbucket.org/einsteintoolkit/tickets/issues/2240/redirect-from-old-trac-ticket-urls-to'>https://bitbucket.org/einsteintoolkit/tickets/issues/2240/redirect-from-old-trac-ticket-urls-to</a></p>
</html>