Please read my introduction to 301 redirects post for a full understanding of the 301 redirect using your .htaccess file.
Redirecting an Entire Folder or Directory
If you’d like to redirect a whole directory (commonly called a ‘folder’), the code is not that much different from a specific page redirect.
Redirecting / redirect an entire whole folder:
Assuming that the user is looking for the page “http://www.example.com/folder/samplepage.html“, - these different directives would redirect to the respective URLs as shown below:
(more…)




