Forum Moderators: phranque
Due to the GUI I can't directly mess about with the Apache config files, so I need a solution that will either pass the domain name to a program, or can be achieved from a htaccess file.
Use mod_rewrite with a RewriteRule to redirect all page requests to the same page on the new domain. Then add a RewriteCond based on the %{HTTP_HOST} variable to do the rewrite only if the non-hosted domain name is requested.
Basically, a variant of the technique discussed here [webmasterworld.com].
See the resources cited in our charter [webmasterworld.com] for more information.
Jim