How to purge old links in google from an old domain.
- by jbcurtin
Hey all,
Recently, I uploaded a new site to an existing domain and I'd like to figure out how I can forward all links to said domain to a new domain.
I'm looking for a wordpress solution if possible, but in the end I I seem myself writing a small header script that I will paste into ever directory's index file saying header('Location:http://xxx.yyy.zzz')
Is there a cleaner way to do this without having to resort to managing the whole file structure?
No, I do not have access to the apache runtime. Unfortunately it is a shared-host server.
Thanks in advance.