| Server IP : 103.48.194.25 / Your IP : 216.73.217.33 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 8.2.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/thegioimaycongnghiep.vn/public_html/site/config/ |
Upload File : |
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
$route['default_controller'] = "home";
$route['danh-muc/(:any)'] = 'home/category/$1';
$route['san-pham'] = 'sanpham/index';
$route['san-pham/(:any)'] = 'sanpham/detail/$1';
$route['gio-hang'] = 'sanpham/viewcart';
$route['thanh-toan'] = 'sanpham/thanhtoan';
$route['dat-hang'] = 'sanpham/sendcart';
$route['thanh-cong'] = 'sanpham/thanhcong';
$route['tin-tuc'] = 'news/index';
$route['tin-tuc/(:any)'] = 'news/index/$1';
$route['tin-chi-tiet/(:any)'] = 'news/detail/$1';
$route['dich-vu'] = 'news/dichvu';
$route['dich-vu/(:any)'] = 'news/dichvu/$1';
$route['gioi-thieu'] = 'gioithieu/index';
$route['lien-he'] = 'lienhe/index';
$route['lien-he-thanh-cong'] = 'lienhe/thanhcong';
$route['tim-kiem'] = 'search/index';
$route['dang-nhap'] = 'dangnhap/index';
$route['dang-ky'] = 'dangky/index';
//fix link cu
$route['sua-chua-may-tinh-22'] = 'news/detail/5';
$route['phuc-hoi-du-lieu-25n'] = 'news/detail/6';
$route['huong-dan-mua-hang'] = 'news/detail/75';
$route['linh-kien-nganh-in/(:any)'] = 'news/detail/9';
$route['tin-tuc-8'] = 'news/index';
$route['dich-vu-5'] = 'news/dichvu/5';
$route['sua-may-in-tai-binh-duong-31'] = 'news/detail/10';
$route['sua-may-photocopy-tai-binh-duong-29'] = 'news/detail/7';
$route['bao-gia-13'] = 'news/detail/10';
$route['sua-may-in-tai-binh-duong-3131'] = 'news/detail/10';
$route['hop-muc-may-in-hp-1005-1006-cartridge-35a-400sp'] = 'home/category/24';
$route['sua-chua-may-tinh-22'] = 'news/detail/5';
$route['sua-chua-may-tinh-22'] = 'news/detail/5';
$route['may-photocopy/(:any)'] = 'home/category/1';
$route['muc-photocopy/(:any)'] = 'home/category/1';
$route['may-cham-cong/(:any)'] = 'home/category/3';
$route['film-fax-muc-fax/(:any)'] = 'home/category/8';
$route['may-cham-cong/(:any)'] = 'home/category/3';
$route['may-cham-cong/(:any)'] = 'home/category/3';
$route['may-cham-cong/(:any)'] = 'home/category/3';
$route['may-cham-cong/(:any)'] = 'home/category/3';
//fix link cu tin tuc
$route['lien-he-6'] = 'lienhe/index';
$route['tin-tuc-8(:any)'] = 'news/detail/38';
$route['(:any)sp'] = 'sanpham/detail/11';
$route['(:any)-(:num)n'] = 'news/index';
$route['van-phong-pham/(:any)'] = 'home/category/8';
$route['may-in-scan/(:any)'] = 'home/category/8';
$route['bao-gia-13'] = 'news/detail/10';
$route['quen-mat-khau'] = 'error/index';
$route['(:any).php'] = 'news/index';
$route['dang-nhap'] = 'error/index';
$route['error-404'] = 'error/index';
$route['404_override'] = 'error/index';
$route['404_override'] = 'error.html';
if ($handle = opendir(APPPATH."components")) {
/* This is the correct way to loop over the directory. */
while (false !== ($component = readdir($handle))) {
if ($component != "." && $component != "..") {
if(file_exists(APPPATH."components/".$component.'/config/routes.php')){
require APPPATH."components/".$component."/config/routes.php";
}
}
}
closedir($handle);
}
/* End of file routes.php */
/* Location: ./application/config/routes.php */