Skip to main content
URL Redirect

Is there any wildcard or way to setup so it doesn't do an exact match.

 

I want to do a redirect anytime it hits a relative url like /detail/foo ... however if it has a querystring it ignores it  so this does nothing 

/detail/foo?id=xxxxxxxxxxxxxxxx

 

Tried a variety of different formats but no luck.  Not sure it is possible.

 

I need system to ignore parameters and if it matches /detail/foo it has to redirect, but not happening

Thanks
4 answers
  1. Apr 3, 2025, 12:05 PM

    @Abhishek Mudireddy

    - This is not at all helpful. Alias doesn't solve this purpose. Right now there is no solution for this and there is already an Idea which users can upvote. As a workaround, we need to build the logic javascript or apex to redirect users from the specific page. Thanks! 

     

0/9000