X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fconfig%2Froutes.php;h=4397b79cd36e19c17c600aac2b894d68d5fcf15e;hb=c3cb1c599db718a4fd81c7df57850fced9f64c02;hp=36fc1242c29b682664fa2bf4ce45e3992d859155;hpb=2a39f01ff5007ff5dfabb9153559d7639c8c5ded;p=living-lab-site.git diff --git a/application/config/routes.php b/application/config/routes.php index 36fc124..4397b79 100644 --- a/application/config/routes.php +++ b/application/config/routes.php @@ -41,6 +41,9 @@ $route['default_controller'] = "catalog"; $route['404_override'] = ''; +$route['watch/([\d]+)/?'] = "video/watch/$1"; +$route['watch/([\d]+)/(.+)'] = "video/watch/$1/$2"; + /* End of file routes.php */ /* Location: ./application/config/routes.php */ \ No newline at end of file