-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
Description
Hi,
Clickheat it's used especially to optimize eCommerce sites.
Most of those are using "Friendly URL's" that in fact are pointing to 2 main templates for : product pages and for product categories.
For example for prestashop default config is / can be found by following regexp's
- default category : /([0-9]+)-([_a-zA-Z0-9\pL\pS-]*)$
- product page : /(([_a-zA-Z0-9-\pL])/)?([0-9]+)-([_a-zA-Z0-9\pL\pS-]).html$
I consider very usefull functionality to group webpages using a regexp rule.
Thank you for this beatifull functionality !
Daniel