I have a client with thirty some domain names. All bought for the reason of being close to a competitors domain. They want them all to redirect to their main portal. Right now I have them pointing to the main portal but that obviously only does this:
www.competitors-site.com -> goes to www.main-portal.com but still retains www.competitors-site.com in the address bar.
So, is the best option then to htaccess all of these domains?
-If we do that we have to put all thirty of these domains on a hosting account correct? -Can I then use one htaccess file to make sure they all get redirected properly?
I am not real good with the htaccess server setting stuff that is why I ask. The idea of setting up thirty different htaccess files seems quite tedious and I would like to make sure I have explored all options before I get started on this.
I suppose I could set up some sort of php header redirection too, but again that seems like a hefty amount of work.