| Line 73... |
Line 73... |
| 73 |
$route['terms-conditions'] = 'faq/terms';
|
73 |
$route['terms-conditions'] = 'faq/terms';
|
| 74 |
$route['emi-info'] = 'faq/emi';
|
74 |
$route['emi-info'] = 'faq/emi';
|
| 75 |
$route['my-recharges'] = 'myaccount/recharges';
|
75 |
$route['my-recharges'] = 'myaccount/recharges';
|
| 76 |
$route['refund/(:any)'] = 'myaccount/refund/$1';
|
76 |
$route['refund/(:any)'] = 'myaccount/refund/$1';
|
| 77 |
$route['recharge-faq'] = 'recharge/rechargeFaq';
|
77 |
$route['recharge-faq'] = 'recharge/rechargeFaq';
|
| - |
|
78 |
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
|
| 78 |
|
79 |
|
| 79 |
$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";
|
80 |
$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";
|
| 80 |
$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";
|
81 |
$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";
|
| 81 |
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
|
82 |
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
|
| 82 |
|
83 |
|