Subversion Repositories SmartDukaan

Rev

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

Rev 11393 Rev 11460
Line 90... Line 90...
90
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
90
$route['static/recharge-faq'] = 'recharge/rechargeFaq';
91
$route['forgot-password'] = 'auth/login';
91
$route['forgot-password'] = 'auth/login';
92
$route['static/oneassist-terms'] = 'faq/oneassists';
92
$route['static/oneassist-terms'] = 'faq/oneassists';
93
$route['static/aboutus'] = 'faq/aboutus';
93
$route['static/aboutus'] = 'faq/aboutus';
94
$route['static/easy-linux'] = 'faq/easylinux';
94
$route['static/easy-linux'] = 'faq/easylinux';
-
 
95
$route['static/recharge-offer'] = 'faq/rechargeoffer';
95
 
96
 
96
$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";
97
$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";
97
$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";
98
$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";
98
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
99
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
99
 
100