Extension rebuild UrlRewrite index.
Extension rebuild UrlRewrite index., (*2)
Magento CE (EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x, (*3)
The corresponding version of the Smart Category Kit will be installed automatically., (*4)
Go to Magento2 root folder, (*5)
Enter following commands to install module:, (*6)
For Magento CE (EE) 2.0.x, 2.1.x, 2.2.x, (*7)
composer require faonni/module-indexer-url-rewrite:2.0.*
For Magento CE (EE) 2.3.x, (*8)
composer require faonni/module-indexer-url-rewrite:2.3.*
For Magento CE (EE) 2.4.x, (*9)
composer require faonni/module-indexer-url-rewrite:2.4.*
Wait while dependencies are updated., (*10)
Create a folder {Magento root}/app/code/Faonni/IndexerUrlRewrite, (*11)
Download the corresponding latest version, (*12)
Copy the unzip content to the folder ({Magento root}/app/code/Faonni/IndexerUrlRewrite), (*13)
Go to Magento2 root folder, (*14)
Enter following commands:, (*15)
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
Go to Magento2 root folder, (*16)
Enter following commands:, (*17)
php bin/magento indexer:reindex
or (depending on need), (*18)
php bin/magento indexer:reindex category_url_rewrite php bin/magento indexer:reindex product_url_rewrite php bin/magento indexer:reindex cms_page_url_rewrite
This works only with modules defined as Composer packages., (*19)
Go to Magento2 root folder, (*20)
Enter following commands to remove:, (*21)
composer remove faonni/module-indexer-url-rewrite
Go to Magento2 root folder, (*22)
Enter following commands:, (*23)
php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)