Forum Moderators: martinibuster
I'm just not getting it.
Thanks.
SEOGrrl
2) Make all your changes through httpd.conf. The file is initially scary to read, however once you get the hang of it, it is a piece of cake. What you will do is the following:
In the virtual domain listing of httpd.conf for the url you are sending to a new url, type the following:
Redirect permanent /existing/path [newdomain.com...]
FYI, there is a space between /existing/path and http.
The path can go down to the filename level.
3) Before doing the above, ask yourself, and post it here, what exactly is it that you are intending to do? I'm confused on this as initially I thought you were asking for re-direct help, but upon further thought, I believe all you are doing is moving from server with hosting company "a" to server with hosting company "b". If so, you need not change anything other than your domain's nameserver.
As noted above, be careful not to change the directory structure and/or virtual directories, etc. You want to keep the site structure in tact during the move, so that the only thing that changes when the move is over is your IP.
Good luck!
The sites were just too large and taking too long to move, I was going to delete a lot of the older pages as there is just too much static data and I put it into a database, but then the old pages would be gone and I didn't want to lose the traffic and income from those pages.
So I guess I just won't be using any redirection.
Thanks
SEOGrrl