Subversion Repositories SmartDukaan

Rev

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

Rev 13304 Rev 14012
Line 107... Line 107...
107
$route['static/accessory-offer'] = 'statics/invalidoffer';
107
$route['static/accessory-offer'] = 'statics/invalidoffer';
108
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
108
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
109
$route['private-deals/1'] = 'privatedeals';
109
$route['private-deals/1'] = 'privatedeals';
110
$route['privatedeals'] = 'privatedeals';
110
$route['privatedeals'] = 'privatedeals';
111
$route['gosf'] = 'statics/gosf';
111
$route['gosf'] = 'statics/gosf';
-
 
112
$route['autologin'] = 'auth/autologin';
112
 
113
 
113
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)'] = "products/index/$1";
114
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)'] = "products/index/$1";
114
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
115
$route['(?!.*(?:home|login|auth|product|logout|getSearchList|getProductList|getSpecialProductList|myaccount|welcome|cart|shipping|checkout|registration|operator|topupSpecial|support|recharge|contact|static).*)^([a-zA-Z-/]*)/(:num)'] = "products/index/$1";
115
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact|static).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
116
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact|static).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
116
 
117