Posts Tagged ‘redirect’

Message To Self: .htaccess redirect

Written on October 8th, 2006 by Dennisno shouts

Redirecting an old folder to a new folder goes like this:

redirect permanent /pr0n                  http://www.aroundmyroom.com/erotica
This will redirect all permalinks to the correct new folder. It took me some time to figure this out (again). Took the .htacces from my backup and ready ;-)

Redirecting MovableType entries to WordPress

Written on September 12th, 2006 by Dennisno shouts

I finally found a way to redirect my old archive to wordpress. And it was very simple to do actually. No hassle with .htaccess or anything else.

Just republish the entries with a redirect template within MovableType and I was ready.