On Sat, Nov 15, 2008 at 10:56:07AM +0100, Thorsten Leemhuis wrote: > The page also could benefit from some screenshots. I didn't do them yet > as I still hope we can set up what was discussed one or two weeks ago: a > redirect rule on the mirrormanager servers that redirects URLs like > > http://mirrors.rpmfusion.org/free/fedora/10/i386/ > > to > > http://mirrors.rpmfusion.org/mirrorlist?repo=free-fedora-10&arch=i386 > > as the former IMHO is way easier to type and to remember. Adrian, > Oliver, would that we possible without to much work?
RewriteRule ^/(free|nonfree)/(fedora|el)/(.*)/(.*)/$ http://mirrors.rpmfusion.org/mirrorlist?repo=$1-$2-$3&arch=$4 [R=301,last] That should do it. At least for the example you have given. Now Oliver needs to also include it in his configuration. I am, however, not sure if this is such a good idea. If we do it, we should maybe also convince Fedora to do it. So that the mirrorlist offers the same interface at Fedora and RPM Fusion. Adrian
