a simple MediaInfo API implemented as a helper in CodeIgniter useful for verifying...
[living-lab-site.git] / application / config / routes.php
old mode 100755 (executable)
new mode 100644 (file)
index 5f9a583..b922d2b
 |
 */
 
-$route['default_controller'] = "welcome";
+$route['default_controller'] = "catalog";
 $route['404_override'] = '';
+// Watch pages
+$route['watch/([\d]+)/?'] = "video/watch/$1";
+$route['watch/([\d]+)/(.+)'] = "video/watch/$1/$2";
+// Article pages
+$route['install-plugins'] = 'article/install-plugins';
+$route['about'] = 'article/about';
+$route['help'] = 'article/help';
+$route['contact'] = 'article/contact';
+
 
 
 /* End of file routes.php */