I trying to get a user friendly URL.
My current link is this:
http://www.norwegianfashion.no/designers/?designer=Batlak-og-Selvig&bid=9
What I want is this
http://www.norwegianfashion.no/designers/Batlak-og-Selvig/
What do I need to do in order to get this URL? Anything I can do in .htaccess file?
Update
I'm using Wordpress which has it's own permalink structure. I'm not sure if it's possible to add URL-rewrite?
I'm also looking at this link: http://articles.sitepoint.com/article/guide-url-rewriting/2 , but I'm not very succesfull.