This is the kind of urls I got from a product feed API when creating product pages:
mydomain/prod/Iphone-S4-Black-16GB/47fhfywissg8425hhjd
This is the way I want it to be instead:
mydomain/prod/Iphone-S4-Black-16GB.html
If there are similar products with the same name then I should be able to add take the something from the end of the url to make it unique like this:
mydomain/prod/Iphone-S4-Black-16GB-hjd.html
mydomain/prod/Iphone-S4-Black-16GB-g3r.html
etc..
So is there a plugin who can make this or maybe something you can do with the htaccess file?
mydomain/prod/Iphone-S4-Black-16GB/47fhfywissg8425hhjd
This is the way I want it to be instead:
mydomain/prod/Iphone-S4-Black-16GB.html
If there are similar products with the same name then I should be able to add take the something from the end of the url to make it unique like this:
mydomain/prod/Iphone-S4-Black-16GB-hjd.html
mydomain/prod/Iphone-S4-Black-16GB-g3r.html
etc..
So is there a plugin who can make this or maybe something you can do with the htaccess file?