On 14/02/07, Nic Gibson <[EMAIL PROTECTED]> wrote: > I think this should be fine with Maypole and apache. > > <LocationMatch "/(frontpage|table1|table2)"> > MaypoleStuffInHere > </LocationMatch> > > It breaks parse_location in a fairly large way as > > $r->ar->location eq '/(frontpage|table1|table2)'
Ouch! > I reckon that parse_location should probably use the application base > path not the Apache location as regexes are allowed in Location *and* > LocationMatch. Indeed. > Is it worth my having a think about this? Yes. Patch most welcome. A. -- http://www.aarontrevena.co.uk LAMP System Integration, Development and Hosting ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Maypole-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-devel
