So I asked this question before but got none working answer, maybe I defined it in a wrong way.
My question is: How can I remove all / urls from my link.
So for example: the URL right now is: exampledomain.com/a/dashboard.html
But I want it to be: exampledomain.com/
and nothing after it.
So basicly nothing after the example.com/.
Is that possible? I guess it has to be done in the .htaccess file but couldnt find a working rule.
So now it is: exampledomain.com/a/dashboard.html
But I want it to be: exampledomain.com
& nothing behind that / when u go to the dashboard.
Thanks for your help