ÿØÿà JFIF ` ` ÿþ
|
Server : Apache/2.4.58 (Ubuntu) mod_fcgid/2.3.9 OpenSSL/3.0.13 System : Linux cpanel4.trivietit.net 6.8.0-85-generic #85-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 18 15:26:59 UTC 2025 x86_64 User : cungcapmhutbui ( 1010) PHP Version : 5.6.40-86+ubuntu24.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,exec,system,passthru,shell_exec,proc_open,popen Directory : /home/cungcapmhutbui/web/cungcapmayhutbui.com/public_html/system/application/config/ |
Upload File : |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
| -------------------------------------------------------------------------
| URI ROUTING
| -------------------------------------------------------------------------
| This file lets you re-map URI requests to specific controller functions.
|
| Typically there is a one-to-one relationship between a URL string
| and its corresponding controller class/method. The segments in a
| URL normally follow this pattern:
|
| example.com/class/method/id/
| In some instances, however, fyou may want to remap this relationship
| so that a different class/function is called than the one
| corresponding to the URL.
| Please see the user guide for complete details:
| http://codeigniter.com/user_guide/general/routing.html
| -------------------------------------------------------------------------
| RESERVED ROUTES
| -------------------------------------------------------------------------
| There area two reserved routes:
| $route['default_controller'] = 'welcome';
| This route indicates which controller class should be loaded if the
| URI contains no data. In the above example, the "welcome" class
| would be loaded.
| $route['404_override'] = 'errors/page_missing';
| This route will tell the Router what URI segments to use if those provided
| in the URL cannot be matched to a valid route.
*/
$route['default_controller'] = "indexcontroller";
$route['404_override'] = 'indexcontroller';
#home
$route['index.html']='indexcontroller';
$route['(vn|en)/index.html']='indexcontroller';
$route['get-client-id.html'] = 'indexcontroller/getClientIdVote';
$route['binh-chon.html'] = 'indexcontroller/voteProduct';
# langgues
$route['vn'] ='indexcontroller/selectLang/vn';
$route['en'] ='indexcontroller/selectLang/en';
$route['sitemap.html']='indexcontroller/sitemap';
# contact
$route['(lien-he|contact).html']="contacts/contact";
#news
$route['tin-tuc.html']="news/listNews/tin-tuc";
$route['tin-tuc/page/(:num).html']="news/listNews/tin-tuc/$1";
$route['article/(:any)/page/(:num).html']="news/listNews/$1/$2";
$route['article/(:any).html']="news/listNews/$1";
$route['article-detail/(:any).html'] = 'news/detail/$1';
$route['cong-trinh.html'] = 'news/listNews/cong-trinh';
# Gallery
$route['collection/(:any).html'] = 'galleries/collection/$1';
$route['gallery/page/(:num).html'] = 'galleries/show';
# Exhibitors
$route['exhibition.html'] = 'exhibitors/listItem';
$route['exhibition/page/(:num).html'] = 'exhibitors/listItem';
$route['exhibition/(:any).html'] = 'exhibitors/detail/$1';
#coment
$route['phan-hoi.html/(:num)'] = 'comments/post/$1';
$route['video.html'] = 'galleries/video';
$route['video/page/(:num).html'] = 'galleries/video';
$route['video/watch-(:num).html'] = 'galleries/watchVideo/$1';
# users
$route['profile.html'] ='users/profile';
$route['(dang-nhap|login).html'] ='users/login';
$route['logout.html'] ='users/logout';
$route['change-pass.html'] ='users/changePass';
$route['dang-ky.html'] ='users/register';
$route['y-kien-khach-hang.html']='comments';
# cart
$route['shopping-(:num).html'] ='shopping/addtocart/$1';
$route['dat-hang.html']='shopping/manage';
$route['(cart|shopping|gio-hang).html']='shopping/manage';
$route['order.html']='shopping/order';
$route['dat-hang-thanh-cong.html']='shopping/orderSuccess';
# static
$route['(chinh-sach-va-quy-dinh-chung|quy-dinh-va-hinh-thuc-thanh-toan|chinh-sach-doi-tra-hang-va-hoan-tien| chinh-sach-bao-mat-thong-tin|chinh-sach-bao-hanh|khach-hang|chinh-sach-van-chuyen-giao-nhan|chinh-sach-bao-mat-thong-tin).html']='staticpages/getStaticContent/$1';
$route['(about-us|gioi-thieu).html']='staticpages/getStaticContent/gioi-thieu';
$route['bang-gia.html']='news/getPriceTable';
$route['tuyen-dung.html']='staticpages/getStaticContent/tuyen-dung';
$route['khuyen-mai.html']='staticpages/getStaticContent/khuyen-mai';
$route['catologue.html']='staticpages/getStaticContent/catologue';
$route['tim-dai-ly.html']='staticpages/getStaticContent/tim-dai-ly';
$route['dich-vu-bao-tri.html']='staticpages/getStaticContent/dich-vu-bao-tri';
# Search
$route['search-artists-(:any).html'] = 'products/searchWithAlpha/$1';
$route['tim-kiem.html'] = 'products/Search';
#products
$route['artists.html'] = 'products/allArtists';
$route['artists/(:any).html'] = 'products/artists/$1';
$route['style.html'] = 'products/allProducts';
$route['factory/(:any)/(:any)/page/(:num).html'] = 'products/factoryCate/$1/$2';
$route['dich-vu.html']='products/allProducts';
$route['dich-vu/page/(:num).html']='products/allProducts/$1';
//$route['dich-vu/(:any).html']='products/subCategory/$1';
$route['(:any)/page/(:num).html'] = 'products/listProductFromCateSlug/$1/$2';
$route['(:any)/(:any).html'] = 'products/detailProduct/$2';
$route['(:any).html'] = 'products/listProductFromCateSlug/$1';
# gallery
// trang quản lý
$route['admincp']="AdminCP/home";
$route['AdminCP']="AdminCP/home";
$route['admincp/login']="AdminCP/login";
$route['AdminCP/config']="AdminCP/home/config";
//$route['AdminCP/promotion/(:num)'] = "admin/promotion/index/$1";
/* End of file routes.php */
/* Location: ./application/config/routes.php */