Showing content from pages at different URL's (masking), possibly with .htaccess
- by zigojacko
If I have URL's like:-
domain.com/category/widgets/filter/blue
domain.com/category/widgets/filter/red
And it is pretty difficult to reconstruct them to something like:-
domain.com/category/blue-widgets
domain.com/category/red-widgets
Is there any way at all that I can use URL rewrites or anything else with .htaccess or on the server to…