right now lists.fp.o is a DNS CNAME to www.redhat.com. This is a bit odd as hitting lists.fp.o/ gives you redhat.com.
Shawn Starr noted this. I've put into CVS a new lists.fedoraproject.org.conf and redirect directory, have a look. The rewrites do:
RewriteRule ^/$ https://www.redhat.com/mailman/listinfo [R,L] RewriteRule ^/archives(.*) https://www.redhat.com/archives$1 [R,L] RewriteRule ^/mailman(.*) https://www.redhat.com/mailman$1 [R,L]
With this, hitting lists.fp.o will take you to the listinfo page directly, which is nicer behavior. And the long-term URLs for /mailman and /archives will redirect too.
Objections?
The last change will be to move the DNS CNAME from www.redhat.com to fedoraproject.org. I haven't done this yet, waiting on acks.
Thanks, Matt
On Fri, 18 Apr 2008, Matt Domsch wrote:
right now lists.fp.o is a DNS CNAME to www.redhat.com. This is a bit odd as hitting lists.fp.o/ gives you redhat.com.
Shawn Starr noted this. I've put into CVS a new lists.fedoraproject.org.conf and redirect directory, have a look. The rewrites do:
RewriteRule ^/$ https://www.redhat.com/mailman/listinfo [R,L] RewriteRule ^/archives(.*) https://www.redhat.com/archives$1 [R,L] RewriteRule ^/mailman(.*) https://www.redhat.com/mailman$1 [R,L]
With this, hitting lists.fp.o will take you to the listinfo page directly, which is nicer behavior. And the long-term URLs for /mailman and /archives will redirect too.
Objections?
The last change will be to move the DNS CNAME from www.redhat.com to fedoraproject.org. I haven't done this yet, waiting on acks.
No objections here.
-Mike
On Fri, Apr 18, 2008 at 01:48:43PM -0500, Mike McGrath wrote:
On Fri, 18 Apr 2008, Matt Domsch wrote:
right now lists.fp.o is a DNS CNAME to www.redhat.com. This is a bit odd as hitting lists.fp.o/ gives you redhat.com.
Shawn Starr noted this. I've put into CVS a new lists.fedoraproject.org.conf and redirect directory, have a look. The rewrites do:
RewriteRule ^/$ https://www.redhat.com/mailman/listinfo [R,L] RewriteRule ^/archives(.*) https://www.redhat.com/archives$1 [R,L] RewriteRule ^/mailman(.*) https://www.redhat.com/mailman$1 [R,L]
With this, hitting lists.fp.o will take you to the listinfo page directly, which is nicer behavior. And the long-term URLs for /mailman and /archives will redirect too.
Objections?
The last change will be to move the DNS CNAME from www.redhat.com to fedoraproject.org. I haven't done this yet, waiting on acks.
No objections here.
Changes pushed, yell if it breaks.
infrastructure@lists.fedoraproject.org