I did a redirect in the httpd.conf file
<VirtualHost *:80>
ServerName y.com *.y.com
Redirect permanent / http://x.com/
</VirtualHost>
and restarted, but the redirect does not work. The ip address for both domains are the same.
All help appreciated
Thanks Jean