Finally moved the whole site back to /
When I set up the new site (as a Typo3 installation) in summer, I wanted a smoth migration, not being forced to move everything at once.
So I created the new content in the subdir /2005/ which was for the time of the migration a good solution.
But now as everything is moved over into Typo3 I had to move everything back into the ‘root’-directory /.
This was quite easy: I just had to move all files and directories into the root-directory - but what about those who all now expect the content in the /2005-directory (especially all search-engines and web-bots)?
Here the apache rewrite-engine does a wonderful job in redirecting all requests from /2005/whatever to /whatever.
I just hope my rankings won’t drop to dramatically…
Post a comment