I want to go from 2.0.13 to 2.1.1. I (think I) understand I need to install 2.1 then move my current list archives etc over to the new directory. Its all in the documents!
I don't understand this, what is the concept here? Don't I just rename the new MM21 directory to the 'old' name and everything would work. Perhaps I am missing some basic *nix theory?! >RewriteRule ^/mailman/(.*)/(foo-list.*) \ >$MM21/cgi-bin/$1/$2 \ >[T=application/x-httpd-cgi] and >RewriteRule ^/pipermail/(foo-list.*) $MM21/archives/public/$1 Given my (test) lists are called "test" and "testtwo", can someone help me fill in the gaps. Should I add two lines to my VirtualHost for mydomain.tld thus... RewriteRule ^/mailman/(.*)/(test.*) \ mailman/cgi-bin/$1/$2 \ [T=application/x-httpd-cgi] But I don't know what these variables refer to " mailman/cgi-bin/$1/$2 \" One rewrite for each list? Maybe some one could translate what the rewrite is doing. And explain what "sharing the same URL-space" means. Thank you. -- david.gordon ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: archive@jab.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org