Russell Coker <[email protected]> writes: > RedirectMatch ^/wws/subrequest/(.*)$ /cgi-bin/mailman/listinfo/$1 > [L,R=301] > > Apache on the new server is refusing to start when the above config line is > enabled for lists.luv.asn.au. Any idea why? > > According to my basic tests the mailman web pages are working well, so maybe > it's not needed anyway.
Not really relevant, but why are you using the regex matcher there? Redirect permanent /wws/subrequest/ /cgi-bin/mailman/listinfo/ _______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
