'^forum/rules/?', 'sef' => 'forum/rules', 'redirect' => '{e_PLUGIN}forum/forum.php?f=rules', ); $config['outbox'] = array( 'regex' => '^forum/stats/?', 'sef' => 'forum/stats', 'redirect' => '{e_PLUGIN}forum/forum_stats.php', ); $config['compose'] = array( 'regex' => '^forum/track/?', 'sef' => 'forum/track', 'redirect' => '{e_PLUGIN}forum/forum.php?f=track', );*/ $config['index'] = array( 'regex' => '^pm/?(.*)', // matched against url, and if true, redirected to 'redirect' below. 'sef' => 'pm', // used by e107::url(); to create a url from the db table. 'redirect' => '{e_PLUGIN}pm/pm.php$1', // file-path of what to load when the regex returns true. ); return $config; } }