2014-09-20, 00:19:15
(2014-09-19, 05:26:10)bensayers Wrote: I'm curious how I can create a pretty URL from the rather ugly one I see when I use "showPaging" to look through customer reviews - for instance:
Current URL: www.mydomain.com/reviews/?tags=&words=&search=&page=5
Desired URL: www.mydomain.com/reviews/page-5/
You can slightly modify the URL by installing the Pagify plugin and specifying the following in gsconfig.php (seel here):
Code:
define('PAGIFY_SEPARATOR',';');
However, the other parameters will still be as before:
Code:
www.mydomain.com/reviews;5?tags=&words=&search=