1

i installed magento 2 on xampp server bt i can't reindex the magento2. i tried this:

sudo php var/www/html/magento

Otuput: Could not open input file: var/www/html/magento.

Please anybody explain me how to reindex?

Thanks.

asked Dec 11, 2017 at 9:26
2
  • >First you need to go magento installation folder using this command cd /var/www/html/magento >Now you are in your magento installation folder and now try with php bin/magento indexer:reindex Commented Dec 11, 2017 at 9:47
  • Now Try this command sudo php bin/magento indexer:reindex Commented Dec 11, 2017 at 9:47

1 Answer 1

1

Try these cmd :

cd /var/www/html/magento
sudo bin/magento indexer:reindex
answered Dec 11, 2017 at 9:43
1
  • Thanx @ashish. its working. Commented Dec 11, 2017 at 9:47

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.