You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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`]]
The text was updated successfully, but these errors were encountered:
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
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:
The text was updated successfully, but these errors were encountered: