1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-21 05:02:02 +02:00

Removed the fun urlSuffix (.e107) from news URL profile

This commit is contained in:
SecretR 2013-03-08 14:58:28 +02:00
parent 93ca31d6ad
commit 713e401e68

View File

@ -19,7 +19,7 @@ class core_news_sef_full_url extends eUrlConfig
'legacy' => '{e_BASE}news.php',
'format' => 'path',
'defaultRoute' => 'list/items',
'urlSuffix' => '.e107', // just for fun!
'urlSuffix' => '',
'allowVars' => false,
'matchValue' => 'empty',