I’m using LAMP server, and I need to redirect requests like:
http://www.www.example.com to http://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?
I like:
Basically anything that’s not http://www.example.com will get redirect 301’d.