I have this rule in my htaccess file
Redirect 301 /directory/myfolder /myfolder
it obviously redirects all links with /directory/myfolder to /myfolder even I try to access /directory/myfolder/another_folder
I want to apply few exception like it should not redirect these links
/directory/myfolder/another_folder1
/directory/myfolder/another_folder2
/directory/myfolder/another_folder3
Thanks