'^download/?$', // matched against url, and if true, redirected to 'redirect' below. 'alias' => 'download', 'sef' => '{alias}', // used by e107::url(); to create a url from the db table. 'redirect' => '{e_PLUGIN}download/download.php', // file-path of what to load when the regex returns true. ); return $config; } }