I'm after redirecting users without them being aware of the transition and am considering the use of:
<VirtualHost *:80>
ServerName ProxyPass / ProxyPassReverse / </VirtualHost>
which appears to do the trick, provided the links within old-domain.com are relative. However, is there any means by which this redirection can be detected by the user?
Thanks in advance.
<VirtualHost *:80>
ServerName ProxyPass / ProxyPassReverse / </VirtualHost>
which appears to do the trick, provided the links within old-domain.com are relative. However, is there any means by which this redirection can be detected by the user?
Thanks in advance.