I'm using LAMP server, and I need to redirect requests like:
www.www.example.com to www.example.com and other variations like (wwww.example.com, etc)
I know I can do it in .htaccess, but I don't know the regular expression that I should use to represent all these possibilities.
Or there is any diferent approach, comming from the vhosts?