Hello everyone, I would like to know how can I hide the index page name of my app’s url when a user is logged in?
For example, it should look like this:
“myapp.com/username” , but when I’m logged into “my app” it looks like this:
myapp.com/“index”/username
I need the root index not to appear in the url.
How can I do this?