Hello all,
I'm working on a site which supports user registrations and all registered user profiles are shown to public. Everything goes well using Login, Profile and etc. add-ons. The problem is with using friendly urls.
Furls work fine, but only on resources. For user profiles my call is for example:
www.domain.com/index.php?id=10&userId=5
Furl converts this into:
www.domain.com/profile.html?userId=5 (profile is the alias for the resource showing the profile of selected user)
Is there any chance to show something like www.domain.com/user, or www.domain.com/user.html
Thank you very much in advance for your support.
Regards,
Svetlyo
valkovdesign.com