My URL is looking now like this:
localhost/en/products/bear-toys/bear.php?id=26123
And i need to looks like this:
localhost/en/products/bear-toys/bear/26123
or if i can get title of that product and store into URL:
localhost/en/products/bear-toys/bear/blue-bear.php
I know there is solution with .htaccess
but im not good one in .htaccess
. So any kind of help will be good. Thanks all