diff --git a/e107_plugins/download/e_url.php b/e107_plugins/download/e_url.php index 3259b44fc..5dcb58d04 100644 --- a/e107_plugins/download/e_url.php +++ b/e107_plugins/download/e_url.php @@ -128,7 +128,7 @@ class download_url // plugin-folder + '_url' ); $config['index'] = array( - 'regex' => '{alias}/?(.*)$', + 'regex' => '^{alias}/?(.*)$', 'sef' => '{alias}/', 'redirect' => '{e_PLUGIN}download/download.php$1', );