如果你在使用linux服务器,登入你的ssh客户端,切换目录到你magento根文件夹中名字是shell的文件中。
它的意思是刷新Catalog Url Rewrites即网址重写。成功后会有成功提示,如:Catalog URL Rewrites index was rebuilt successfully
在此文件夹中输入如下命令
php -f indexer.php -- -reindex catalog_url它的意思是刷新Catalog Url Rewrites即网址重写。成功后会有成功提示,如:Catalog URL Rewrites index was rebuilt successfully
我们来看下有哪些索引管理,可以使用Shell的命令行来刷新
php -f indexer.php -- -reindex catalog_url
php -f indexer.php -- -reindex catalog_product_attribute
php -f indexer.php -- -reindex catalog_product_price
php -f indexer.php -- -reindex catalog_product_flat
php -f indexer.php -- -reindex catalog_category_flat
php -f indexer.php -- -reindex catalog_category_product
php -f indexer.php -- -reindex catalogsearch_fulltext
php -f indexer.php -- -reindex cataloginventory_stock
php -f indexer.php -- -reindex tag_summary
733

被折叠的 条评论
为什么被折叠?



