On 8/20/07, Brion Vibber brion@wikimedia.org wrote:
Something like this should do:
$wgActionPaths['edit'] = "/edit.php?title=$1";
where edit.php consists of:
<?php $_REQUEST['action'] = 'edit'; require './index.php'; ?>
Wow, why do I totally not know about all these cool customization options. :(