-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
I'm using Redirector to manage redirects from old to new urls.. but having issues redirecting URLs that contain utm_* properties.
I realize this may be a lot of refactoring, but some way to assign wildcards in patterns would be great.
Perhaps an optional checkbox ("regex") and the ability to specify your own regex pattern, like
^url.html
which would match anything that starts with url.html using the REGEXP mysql command, solving the feature I'm looking for and allowing many more functionalities. Weird thought:
^blog\/category-(.*)\/ => [[~6? &category=`$1`]]
Metadata
Metadata
Assignees
Labels
No labels