At 05:31 PM 7/23/2007 -0400, Phillip J. Eby wrote:
>Something like:
>
>RewriteEngine On
>RewriteBase /
>RewriteCond %{REQUEST_METHOD} ^GET$
>RewriteRule ^pypi(.*)$
>http://cheeseshop.python.org/pypi$1?%{QUERY_STRING} [R,L]
>RewriteRule ^pypi(.*)$
>http://cheeseshop.python.org/pypi$1?%{QUERY_STRING} [P,L]

Ugh.  Looks like those lines wrapped in transit.  The two RewriteRule 
lines should be one line each, with the 'http:' appearing after the 
"^pypi(.*)$" and a space.

_______________________________________________
Catalog-SIG mailing list
[email protected]
http://mail.python.org/mailman/listinfo/catalog-sig

Reply via email to