Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FR] Support wildcards in pattern #20

Open
Mark-H opened this issue Dec 23, 2011 · 4 comments
Open

[FR] Support wildcards in pattern #20

Mark-H opened this issue Dec 23, 2011 · 4 comments

Comments

@Mark-H
Copy link

Mark-H commented Dec 23, 2011

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`]]
@anselmh
Copy link
Contributor

anselmh commented Jan 11, 2012

This is something I really like to see, too.

@MokoJumbie
Copy link

I would like to see this very much as well.

@Letti
Copy link

Letti commented Sep 27, 2012

That would be a very useful feature.

@bertoost
Copy link

Working on this! (already fixed.. PR soon on modxcms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants