//Rewrite to wwwOptions +FollowSymLinksRewriteEngine onRewriteCond %{HTTP_HOST} ^mysite.com[nc]RewriteRule ^(.*)$ http://www.mysite.com/$1 [r=301,nc]//301 Redirect Entire DirectoryRedirectMatch 301 oldcategory(.*) newdirectory/$1