Subversion Repositories SmartDukaan

Rev

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

Rev 11805 Rev 11845
Line 102... Line 102...
102
$route['static/giftvoucher-offer'] = 'statics/invalidoffer';
102
$route['static/giftvoucher-offer'] = 'statics/invalidoffer';
103
$route['static/win-galaxy-s3-contest'] = 'statics/invalidoffer';
103
$route['static/win-galaxy-s3-contest'] = 'statics/invalidoffer';
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
$route['private-deals/1'] = 'privatedeals';
107
$route['privatedeals'] = 'privatedeals';
108
$route['privatedeals'] = 'privatedeals';
108
 
109
 
109
 
110
 
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-/]*)'] = "products/index/$1";
111
$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";
111
$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";
112
$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";