diff --git a/e107_plugins/contact/e_url.php b/e107_plugins/contact/e_url.php new file mode 100644 index 000000000..067099053 --- /dev/null +++ b/e107_plugins/contact/e_url.php @@ -0,0 +1,40 @@ + 'contact', + 'regex' => '^{alias}\/?$', + 'sef' => '{alias}', + 'redirect' => '{e_BASE}contact.php', + ); + + return $config; + } + + + +} \ No newline at end of file