-
Notifications
You must be signed in to change notification settings - Fork 197
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong URL addresses for products and categories #59
Comments
same here after migration from 1.7.0.2... |
To fix it after migration run this query at MySQL:
|
Yes. another way is to totally truncate the url_rewrite database. Then on save of a product or category the table is regenerated (but you must save all products and categories to achieve this). Would be nice to fix this one in the tool... |
@serzhik did you resolve the issue? can close? |
Thank you @andidhouse ! We are discussind your suggestion internally |
MAGETWO-52158 |
After data migration of two different stores on Magento 1.9.2.0 and 1.9.2.1 all products and categories URLs has extra ".html".
Example:
Before migration: site.com/product.html, site.com/category.html;
After migration: site.com/product.html.html, site.com/category.html.html;
The text was updated successfully, but these errors were encountered: