Modify url member button

Hello,

How can i modify the url of the member button ?
from : urlwebsite/signup/
to : urlwebsite/#/portal/signup/

I tried to upload redirects.yaml as :
301:
urlwebsite/signup/: urlwebsite/#/portal/signup/
urlwebsite/signin/: urlwebsite/#/portal/signin/
or
301:
/signup/: /#/portal/signup/
/signin/: /#/portal/signin/

But it doesn’t work.

I can’t find any file or folder in the theme folder (REIRO).

Does someone knows hom can i do that ?

Thanks a lot to the community :slight_smile: