1.system->Configuration->Catelog->
把图片上的最后一个选为NO
2. 更改app-code-core-mage-catalog-model-url.php文件
把里面的内容改为如下:
//if (null === $parentPath) {
//$parentPath = $this->getResource()->getCategoryParentPath($category);
//}
//elseif ($parentPath == ‘/’) {
$parentPath = ”;
//}
3.最后到后台更新哈索引和缓存。