mirror of
https://github.com/e107inc/e107.git
synced 2025-08-12 17:44:37 +02:00
Issue #5205 - Creation of urls with custom domain setting when using 'full' mode.
This commit is contained in:
@@ -41,6 +41,14 @@ class _blank_url // plugin-folder + '_url'
|
||||
|
||||
);
|
||||
|
||||
$config['parked'] = array(
|
||||
'domain' => 'parked-domain.com',
|
||||
'regex' => '^custom/?$', // matched against url, and if true, redirected to 'redirect' below.
|
||||
'sef' => 'custom', // used by e107::url(); to create a url from the db table.
|
||||
'redirect' => '{e_PLUGIN}_blank/blank.php?custom=1', // file-path of what to load when the regex returns true.
|
||||
|
||||
);
|
||||
|
||||
return $config;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user