mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 12:48:26 +02:00
Removed the fun urlSuffix (.e107) from news URL profile
This commit is contained in:
@@ -19,7 +19,7 @@ class core_news_sef_full_url extends eUrlConfig
|
|||||||
'legacy' => '{e_BASE}news.php',
|
'legacy' => '{e_BASE}news.php',
|
||||||
'format' => 'path',
|
'format' => 'path',
|
||||||
'defaultRoute' => 'list/items',
|
'defaultRoute' => 'list/items',
|
||||||
'urlSuffix' => '.e107', // just for fun!
|
'urlSuffix' => '',
|
||||||
'allowVars' => false,
|
'allowVars' => false,
|
||||||
'matchValue' => 'empty',
|
'matchValue' => 'empty',
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user