Forum Moderators: Robert Charlton & goodroi
The reason that we are doign this is becasue we were licensed to content that is on our site. We no longer have this license and need to take down the old pages and add conent from the new licensing. This content is not duplicate. Is ther anything wrong with redirectign the old files to the homepage so we don't loose traffic. I know its much better to do a one-on-one 301 but our new pages are not the same.
This ended up beign a two part question.
Not sure if the 404 would be best though, if I give the user a 404 then they will select another site. If I 301 them to my homepage they can navigate to what they are looking for. If they don't find it they will leave, but if I give them the 404 from start I already lost the customer. Is there a negative impact with doing over 1000+ 301's to the homepage? It maybe better then just to do the 404. Any thoughts?
Mack.
When it's time to switch, rename 'httpdocs->httpdocs_old' and 'httpdocs2->httpdocs', or whatever your folder name is. You could also just delete 'httpdocs' and rename 'httpdocs2->httpdocs'.
If your hosting doesn't give you access to the higher level then it probably isn't very good hosting :(
If your hosting doesn't give you access to the higher level then it probably isn't very good hosting
Access to a higher level can be handy for security purposes as you can then have folders above the document root to store .htpasswd etc, but it's nothing a good .htaccess can't duplicate above the document root... so I'd not say that the hosting is bad just because you have no access above the document root.
For something as infrequent at this I'm sure that any good webhost would be happy to do the directory swap for you, even if you were to upload the new site into a duplicate directory within the current document root.