Numericl URL
-
zaza
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
9 years 8 months ago - 9 years 8 months ago #4146
by zaza
How I could redirect URL like mysite.com/XYZ-tralalablablabla
to
mysite.com/folder/XYZ-tralalablablabla ? Where XYZ is a random number of the article, which I don't know exactly. One from 1 to 99999.
Last edit: 9 years 8 months ago by zaza.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 8 months ago - 9 years 8 months ago #4148
by admin
From URL: ^/[0-9]+-[^/]+$
To URL: {scheme}://{siteurl}/folder/{path}
Request only: true (checked)
Last edit: 9 years 8 months ago by admin.
Please Log in or Create an account to join the conversation.
-
zaza
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
Time to create page: 0.148 seconds