1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 18:14:26 +02:00

Download URL fixes

This commit is contained in:
Cameron
2017-04-13 09:43:29 -07:00
parent f8ba98d845
commit b38183035d
4 changed files with 13 additions and 12 deletions

View File

@@ -110,9 +110,9 @@ class download_url // plugin-folder + '_url'
$config['index'] = array(
'regex' => '{alias}/?$',
'sef' => '{alias}',
'redirect' => '{e_PLUGIN}download/download.php',
'regex' => '{alias}/?(.*)$',
'sef' => '{alias}/',
'redirect' => '{e_PLUGIN}download/download.php$1',
);