<div dir="ltr"><br><div>I would simply add </div><div><br></div><div>RewriteRule ^\/pyqgis/[34].\d*[13579]/(.*) /pyqgis/master/$1 [R]<br></div><div><br></div><div>rather than redirecting the dev version to their matching version.</div><div>That will be more future proof, and avoid any need of maintenance of these links.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mar. 9 juin 2020 à 16:37, Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 6/9/20 3:06 PM, Mathieu Pellerin wrote:<br>
> It'd not only be nice but match the behavior of the pyqgis cookbook and<br>
> the qgis documentation sites too.<br>
> <br>
> On Tue, Jun 9, 2020, 19:59 Denis Rouzaud <<a href="mailto:denis.rouzaud@gmail.com" target="_blank">denis.rouzaud@gmail.com</a><br>
> <mailto:<a href="mailto:denis.rouzaud@gmail.com" target="_blank">denis.rouzaud@gmail.com</a>>> wrote:<br>
> <br>
>     Hi Richard, hi PSC,<br>
> <br>
>     Not sure if you are still handing the PyQGIS redirect, if you are<br>
>     not, maybe Tim?<br>
> <br>
>     Matthieu (nirvn) was pointing out that it would be nice that any<br>
>     non-existing version would automatically redirect to master.<br>
>     e.g. manual/3.13/ will auto redirect to manual/master/<br>
> <br>
>     Is this possible?<br>
<br>
Ok, I think it works...<br>
<br>
RewriteRule ^\/pyqgis/3.1/(.*) /pyqgis/3.2/$1 [R]<br>
RewriteRule ^\/pyqgis/3.3/(.*) /pyqgis/3.4/$1 [R]<br>
RewriteRule ^\/pyqgis/3.5/(.*) /pyqgis/3.6/$1 [R]<br>
RewriteRule ^\/pyqgis/3.7/(.*) /pyqgis/3.8/$1 [R]<br>
RewriteRule ^\/pyqgis/3.9/(.*) /pyqgis/3.10/$1 [R]<br>
RewriteRule ^\/pyqgis/3.11/(.*) /pyqgis/3.12/$1 [R]<br>
RewriteRule ^\/pyqgis/3.13/(.*) /pyqgis/master/$1 [R]<br>
<br>
Lemme know if you have issues, or better options<br>
<br>
Regards,<br>
<br>
Richard Duivenvoorde<br>
</blockquote></div>