On Fri, 2009-02-13 at 22:39 +1100, George Pollard wrote:
>   RewriteRule "^packages/archive/[^/]+/[^/]+/(.+)$" - [env=pkgname:$1]

This should actually be more constrained since (as I've just noticed)
more than just packages are under this path :)

Perhaps:
> RewriteRule "^packages/archive/[^/]+/[^/]+/([^/]+\\.tar\\.gz)$" -
> [env=pkgname:$1]

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to