1
0
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:
SecretR
2012-12-20 10:45:22 +02:00
parent cfb76a758a
commit e89a6a5ecf
6 changed files with 61 additions and 39 deletions

View File

@@ -25,6 +25,7 @@ class core_system_rewrite_url extends eUrlConfig
'rules' => array(
'error404' => 'error/notfound',
'hello' => 'error/hello-world',
'<controller>/<action>' => '<controller>/<action>',
)
);
}