From 024074ee1ef83ba44756eb3cbf1fdba2c7a96a2b Mon Sep 17 00:00:00 2001 From: Cameron Date: Tue, 17 Apr 2018 14:36:55 -0700 Subject: [PATCH] Issue #3082 - Possible fix for sef conflict. --- e107_plugins/download/e_url.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', );