mirror of
https://github.com/e107inc/e107.git
synced 2025-08-08 23:56:58 +02:00
Work on #34, extensive testing is required. Work in progress.
This commit is contained in:
@@ -25,6 +25,7 @@ class core_system_rewrite_url extends eUrlConfig
|
||||
'rules' => array(
|
||||
'error404' => 'error/notfound',
|
||||
'hello' => 'error/hello-world',
|
||||
'<controller>/<action>' => '<controller>/<action>',
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user