/post* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/profile* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/post |
- |
- |
Matches any URL with a path that starts with /buy/. |
/profile |
- |
- |
Matches any URL with a path that starts with /buy/. |
/profile?id=* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/post?id=* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/champions/ |
- |
- |
Matches any URL with a path that starts with /buy/. |
/champions/* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/eprofile* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/eprofile |
- |
- |
Matches any URL with a path that starts with /buy/. |
/eprofile?id=* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/mychild |
- |
- |
Matches any URL with a path that starts with /buy/. |
/mychild* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/myaccount |
- |
- |
Matches any URL with a path that starts with /buy/. |
/myaccount* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/project?project=* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/projectcategory?project=* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/projectcategory* |
- |
- |
Matches any URL with a path that starts with /buy/. |
/project* |
- |
- |
Matches any URL with a path that starts with /buy/. |