How to Run re-indexing through comman prompt in Magento?
Here is the solution to re-index easily.
First you need open command prompt and go to respective magento path.
Example: I have git in my local then myproject. I have been to git/myproject
Then you can following commands:
First you need open command prompt and go to respective magento path.
Example: I have git in my local then myproject. I have been to git/myproject
Then you can following commands:
- php indexer.php --reindex catalog_product
_attribute - php indexer.php --reindex catalog_product
_flat - php indexer.php --reindex catalog_categor
y_flat - php indexer.php --reindex catalog_categor
y_product - php indexer.php --reindex catalogsearch_f
ulltext - php indexer.php --reindex cataloginventor
y_stock - php indexer.php --reindex catalog_product
_price - php indexer.php --reindex catalog_url
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home