-
Hello there! |
Beta Was this translation helpful? Give feedback.
Answered by
pboivin
Sep 10, 2021
Replies: 1 comment 1 reply
-
Hi @iliabaan, The most simple way to handle this would be with a redirect:
This will not hide the You could also add
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
iliabaan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @iliabaan,
The most simple way to handle this would be with a redirect:
This will not hide the
/admin
prefix but it'll give you the option of sharing a "cleaner" URL, likemyapp.com/login
.You could also add
/login
as an alias to/admin/login
, without needing to override anything from Twill: