LulububuSoftwareGmbH / boltredirector

Handles 301 redirects in Bolt CMS.
16 stars 8 forks source link

Asterisk shortcut #9

Closed mikerockett closed 8 years ago

mikerockett commented 9 years ago

Perhaps we should add support for an asterisk, which would be a short-cut for {part:all} - saves typing.

It would just have to be captured differently, since we aren't specifying a name for the part/token.

Example:

Incoming Outgoing Comment
/Projects/Detail/* /projects/* Used when only one asterisk is present
/*/Detail/* /[1]/[2] Used when more than one asterisk is present.