I have a website that I moved to my Main website and I need to redirect the pages but dont know how to do it.
example
oldsite.com/xx-county-name1.html
oldsite.com/xx-county-name2.html
needs to redirect to
newsite.com/county/xx-county-name1.html
newsite.com/county/xx-county-name2.html
Is there a wild card I can use so I dont have to redirect each page.
like
Redirect 301 /xx-county-(wildcard code here).html http: //www.newsite.com/county/xx-county-(wildcard code here).html
any help is appreciated