Go to the /public_html/shell folder.
cd /public_html/shell
And run the following commands:
php indexer.php --reindex catalog_category_product php indexer.php --reindex catalog_category_flat php indexer.php --reindex catalog_product_flat php indexer.php --reindex catalog_url php indexer.php --reindex catalog_product_price php indexer.php --reindex catalog_product_attribute php indexer.php --reindex catalogsearch_fulltext php indexer.php --reindex tag_summary
You can Re-indexes all the indexes by running this code:
php indexer.php reindexall
Some Common Uses:
php indexer.php - Displays help information on how to use the script
php indexer.php --status - Shows the status of all the indexes
php indexer.php info - Shows the "codes" for the individual indexes
php indexer.php --reindex <code> - Re-indexes the <code> index
php indexer.php reindexall - Re-indexes all the indexes

