On Sat, Nov 15, 2008 at 12:22:55PM -0500, Todd Zullinger wrote:
Adrian Reber wrote:
> RewriteRule ^/(free|nonfree)/(fedora|el)/(.*)/(.*)/$
http://mirrors.rpmfusion.org/mirrorlist?repo=$1-$2-$3&arch=$4 [R=301,last]
Wouldn't the /$ at the end make the / required -- such that if a user
tried
mirrors.rpmfusion.org/free/fedora/10/i386 it would fail to
redirect?
If so, perhaps something like ...[/]*$ would be better?
Sure. I was just guessing which RewriteRule might be the correct one.
Thanks for that information. That sounds much better. I will try it out
as soon as possible.
Adrian