The examples above did not work for me, so I provide my solution :
#redirect root "page" /cat-freelances/ to /freelances/ but not children pages. RewriteCond %{REQUEST_URI} ^/cat-freelances/?$ [NC] RewriteRule ^ /freelances/ [R=301,L]