Skip to content

group webpages based on regexp #23

@dandumit

Description

@dandumit

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions