Subversion Repositories SmartDukaan

Rev

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

Rev 11737 Rev 11740
Line 104... Line 104...
104
$route['static/get-paid-for-your-reviews'] = 'statics/invalidoffer';
104
$route['static/get-paid-for-your-reviews'] = 'statics/invalidoffer';
105
$route['static/accessory-offer'] = 'statics/invalidoffer';
105
$route['static/accessory-offer'] = 'statics/invalidoffer';
106
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
106
$route['static/spiceaircel-offer'] = 'statics/invalidoffer';
107
 
107
 
108
 
108
 
109
$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";
109
$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";
110
$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";
110
$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";
111
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact|static).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
111
$route['(?!.*(?:home|login|auth|getProductList|getSearchList|getSpecialProductList|getDeliveryDetails|myaccount|cart|shipping|checkout|operator|topupSpecial|recharge|contact).*)^([a-zA-Z-]*)/(:any)'] = "productinfo/index/$1";
112
 
112
 
113
/* End of file routes.php */
113
/* End of file routes.php */
114
/* Location: ./application/config/routes.php */
114
/* Location: ./application/config/routes.php */