What's the best way to do that?
Let's say once you login in your URL changes from domain.com
to domain.com/modules/game/
.
Is there any way I could change that to, let's say, domain.com/app
?
I've tried with JS but it seems to make CSS and other JS scripts stop working for some reason (probably wrong paths?).