Forum Moderators: phranque
I have several domains that I have set up so that all of their httpdocs directories are actually symbolic links to one main httpdocs directory. I created one form to combine the functionality of several existing forms and I would like to replace all of the existing forms with this one. I don't want to use a header or meta redirect on all of the pages but would instead like to put permanent redirects in the .htaccess file to take care of this. Is there any way to create a single page redirect that points to a different page on a dynamic domain?
For example:
Redirect 301 /oldpage.php [domain.com...]
will not work because I can't specify 'domain'. It could be any of several domains and I need to preserve the domain name.
Can anyone help? Thank you in advance for your assistance.