<div dir="auto"><div>Sounds good. Wondering though whether it'd be even less trouble to just have the non official releases fallback to master instead of an ever increasing, manually edited list of development versions. <br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jun 9, 2020, 21:37 Richard Duivenvoorde <<a href="mailto:rdmailings@duif.net">rdmailings@duif.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;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" rel="noreferrer">denis.rouzaud@gmail.com</a><br>
> <mailto:<a href="mailto:denis.rouzaud@gmail.com" target="_blank" rel="noreferrer">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></div></div>