Hi
I have a website where my customers can login. Some of them complains that the URI is too complicated. It is unique for each customer and looks like this:
http://www.example.com/login.asp?rld=213&companyID=127432
What I would really like is to have a path like this one:
http://example.com/Wallmart (Wikipedia does this)
I´ve tryied to google but as I dont know the name of this plugin(?) it is real hard to find. What is it called? And also, are there any downsides or problems using such plugin?
I know it is possible to create a virtual folder and have it redirect to the loginpage, but I have too many customers to be able to do that manually.
Best regards //David