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
When i add this redirect it does not work when the redirect is hit with a trailing slash but without it works fine.
'/portfolio-items/code-product-accessories/' => '/products/accessories',
also tried to use a wildcard and it does not work.
'/portfolio-items/*' => '/products',
Can you please tell me how to get wild card formatted to work as well as how i can get redirects with trailing slashes to work?
This discussion was converted from issue #64 on December 20, 2020 14:42.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When i add this redirect it does not work when the redirect is hit with a trailing slash but without it works fine.
'/portfolio-items/code-product-accessories/' => '/products/accessories',
also tried to use a wildcard and it does not work.
'/portfolio-items/*' => '/products',
Can you please tell me how to get wild card formatted to work as well as how i can get redirects with trailing slashes to work?
thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions