commit | d4e95072203a5cf4f1d50d16fe3e490f275a4307 | [log] [tgz] |
---|---|---|
author | admin <devnull@localhost> | Sat Aug 26 01:15:06 2006 +0000 |
committer | admin <devnull@localhost> | Sat Aug 26 01:15:06 2006 +0000 |
tree | edc5497d9a2caa4b4659bff16c2f5068a5012086 | |
parent | a634e56d86b965df334e4a431fb0586565ade7a6 [diff] |
diff --git a/system/application/config/routes.php b/system/application/config/routes.php index 622bf88..5167f75 100644 --- a/system/application/config/routes.php +++ b/system/application/config/routes.php
@@ -46,4 +46,6 @@ // Define your own routes below ------------------------------------------- +$route['products\/([a-z]+)\/(\d+)'] = "$1/a$2"; + ?> \ No newline at end of file