Magento – how to reindex magento 2 in wamp server windows8

magento-communitymagento2reindex

I tired to re-index magento 2.0.7 using CMD with command of php bin/magento indexer:reindex but i received php is not recognized as an internal or external command,operable program or batch file.

Please help me in this

Best Answer

Try This.
open cmd and run it as administrator.

C:\wamp\bin\php\php5.5.12>php.exe C:\wamp\www\Magento\www\bin\magento indexer:reindex

hope this will help you.

Related Topic