Subversion Repositories SmartDukaan

Rev

Rev 11379 | Rev 11391 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11379 Rev 11383
Line 78... Line 78...
78
$route['my-recharges'] = 'myaccount/recharges';
78
$route['my-recharges'] = 'myaccount/recharges';
79
$route['refund/(:any)'] = 'myaccount/refund/$1';
79
$route['refund/(:any)'] = 'myaccount/refund/$1';
80
$route['recharge-faq'] = 'recharge/rechargeFaq';
80
$route['recharge-faq'] = 'recharge/rechargeFaq';
81
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
81
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
82
$route['forgot-password'] = 'login';
82
$route['forgot-password'] = 'login';
-
 
83
$route['static/oneassist-terms'] = 'faq/oneassists';
83
 
84
 
84
$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";
85
$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";
85
$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";
86
$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";
86
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
87
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
87
 
88