mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
Fixes issue with subdomainUrl() method and SEF Urls.
This commit is contained in:
@@ -34,7 +34,7 @@ class faqs_url // plugin-folder + '_url'
|
||||
);
|
||||
|
||||
$config['item'] = array(
|
||||
'regex' => '^faqs/(\d*)-(.*)$$',
|
||||
'regex' => '^faqs/(\d*)-(.*)$',
|
||||
'sef' => 'faqs/{faq_id}-{faq_sef}', // {faq_info_sef} is substituted with database value when parsed by e107::url();
|
||||
'redirect' => '{e_PLUGIN}faqs/faqs.php?id=$1'
|
||||
);
|
||||
|
Reference in New Issue
Block a user