Dynamic redirection based on username
-
Newsboy
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
9 years 6 days ago - 9 years 6 days ago #4435
by Newsboy
Last edit: 9 years 6 days ago by Newsboy.
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
-
Newsboy
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
9 years 5 days ago #4443
by Newsboy
Yes, right!
But if the all urls of the site ends with .html, except the usernames?
Please Log in or Create an account to join the conversation.
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 5 days ago #4446
by admin
This makes a great difference.
From URL: ^/[^/]+$
Skip: \.html$
Request only: true (checked)
Kind regards,
Luigi
Please Log in or Create an account to join the conversation.
-
Newsboy
-
Topic Author
-
Offline
-
New Member
-
Less
More
-
Posts: 8
-
Thank you received: 0
-
-
Less
More
-
Posts: 3194
-
Thank you received: 441
-
-
9 years 4 days ago #4451
by admin
This should work:
From URL: ^/[^/]+$
To URL: {scheme}://{siteurl}/folder{path}
Skip: \.html$
Request only: true (checked)
Please Log in or Create an account to join the conversation.
Time to create page: 0.147 seconds