Forum Moderators: phranque
RewriteRule ^folder1/[a-zA-Z0-9_.-]*$ http://www.example.com/page/ [R=301,L] I got this far writing the code for 2 keywords separated by hyphens but that's about all. Can someone help me with the rest of it?
RewriteRule ^folder1/[a-z]-[a-z]/$ http://www.example.com/page/ [R=301,L]
RewriteRule ^folder1/[a-z]+((-[a-z])[1-2])?(-([a-z]|[0-9]+)?/$ http://www.example.com/page/ [R=301,L]