I've got some files in a directory on my site. I want to move those files to a different directory. But, I want to do it in a friendly way so that when anyone clicks on a link to the older directory (say from a search engine or other outside website), they're pointed to the file in the new directory.
For example, the files are now in:
www.example.com/first/second/
and I want to move them to:
www.example.com/second/
I'm pretty much a novice when it comes to .htaccess. If I add the following command to my .htaccess file:
Redirect /first/second/ http://www.example.com/second/
Will that do the trick, or do I need a redirect statement for every file?


LinkBack URL
About LinkBacks



Reply With Quote
), it looks like his example will redirect anything in /first to /second. I think what you really want is
tonight, so I may be reading this all wrong...)

Bookmarks