| Line 95... |
Line 95... |
| 95 |
$route['static/oneassist-terms'] = 'faq/oneassists';
|
95 |
$route['static/oneassist-terms'] = 'faq/oneassists';
|
| 96 |
$route['static/aboutus'] = 'faq/aboutus';
|
96 |
$route['static/aboutus'] = 'faq/aboutus';
|
| 97 |
$route['static/easy-linux'] = 'faq/easylinux';
|
97 |
$route['static/easy-linux'] = 'faq/easylinux';
|
| 98 |
$route['static/recharge-offer'] = 'faq/rechargeoffer';
|
98 |
$route['static/recharge-offer'] = 'faq/rechargeoffer';
|
| 99 |
$route['static/buy-online-and-pickup-in-store'] = 'faq/pickup';
|
99 |
$route['static/buy-online-and-pickup-in-store'] = 'faq/pickup';
|
| - |
|
100 |
$route['static/giftvoucher-offer'] = 'statics/invalidoffer';
|
| - |
|
101 |
$route['static/win-galaxy-s3-contest'] = 'statics/invalidoffer';
|
| - |
|
102 |
$route['static/get-paid-for-your-reviews'] = 'statics/invalidoffer';
|
| - |
|
103 |
$route['static/accessory-offer'] = 'statics/invalidoffer';
|
| - |
|
104 |
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
|
| - |
|
105 |
|
| 100 |
|
106 |
|
| 101 |
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)'] = "products/index/$1";
|
107 |
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)'] = "products/index/$1";
|
| 102 |
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
|
108 |
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
|
| 103 |
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
|
109 |
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
|
| 104 |
|
110 |
|