Hi, I'm trying to redirect one old domain to a new one. When I apply the changes I don't have any effect. I have tried different options without success and I cannot understand where is the error. Please, give me some help Inside section "Web Aliasdomain" I put this: Code: Aliasdomain: olddomain.com Parent Website: newdomain.com Redirect Type: NoFlag Redirect Path: http://www.newdomain.com Auto-Subdomain: *. SEO Redirect: Active: X Where is my error? Is there some delay after applying changes?. Is there some way to check these changes?. I'm checking inside /etc/apache2 and I can see just this: Code: # grep -ir "olddomain.com" ./ * ./sites-available/newdomain.com.vhost- ServerAlias *.olddomain.com olddomain.com /sites-available/newdomain.com.vhost: ServerAlias *.olddomain.com olddomain.com thanks!
Yes, up to 60 seconds. Your grep shows that the changes are included. What exactly do you see when you enter the old domain name in the browser?
nothing happens. I have both domains working in a separate way. And I restart apache2 and no effect My alias configuration is right? thx,