Subversion Repositories SmartDukaan

Rev

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

Rev 11460 Rev 11572
Line 91... Line 91...
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
$route['static/recharge-offer'] = 'faq/rechargeoffer';
-
 
96
$route['static/buy-online-and-pickup-in-store'] = 'faq/pickup';
96
 
97
 
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";
98
$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";
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";
99
$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";
99
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
100
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
100
 
101