mirror of
https://github.com/e107inc/e107.git
synced 2025-04-13 09:01:59 +02:00
fixes #3227 changed route to a "clean" sef route
This commit is contained in:
parent
a3dae1ecfd
commit
7ff118921d
@ -51,8 +51,8 @@ class forum_url // plugin-folder + '_url'
|
||||
);
|
||||
|
||||
$config['new'] = array(
|
||||
'regex' => '^forum/\?new?',
|
||||
'sef' => 'forum/?new',
|
||||
'regex' => '^forum/new?',
|
||||
'sef' => 'forum/new',
|
||||
'redirect' => '{e_PLUGIN}forum/forum.php?new'
|
||||
);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user