mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Issue #3082 - Possible fix for sef conflict.
This commit is contained in:
@@ -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',
|
||||
);
|
||||
|
Reference in New Issue
Block a user