1
0
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:
Cameron
2018-04-17 14:36:55 -07:00
parent 5216eda6e4
commit 024074ee1e

View File

@@ -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',
);