|

楼主 |
发表于 2010-4-13 14:42:39
|
显示全部楼层
router.php内容:
$route['default_controller'] = "leonindex";
$route['scaffolding_trigger'] = "";
$route['leonindex/:any']="leonindex/index";
$route['home/:any']="home/index";
$route['jeans/:any']="jeans/index";
$route['brands/:any']="brands/index";
$route['search/:any']="search/index";
$route['category/:any']="category/index";
$route['articles/:any']="articles/index";
$route['storedesc/:any']="storedesc/index";
$route['showarticles/:any']="showarticles/index";
$route['getclassjeans/:any']="getclassjeans/index";
$route['special/:any']="special/index";
$route['news/:any']="news/index";
$route['newjeans/:any']="newjeans/index"; |
|