How do I auto forward/turn/convert (whatever the correct term is) URLs entered as www.example.co, www.example.co/blah/blah, example.co OR example.co/blah/blah to example.com or example.com/blah/blah? I basically want to push anything coming in with the www subdomain and that top level domain to forward to the new domain but include the paths (if any).
I'm using an shared web host provider running Apache web server.
Thanks in advance