I currently have lots of URLs that look like this:
http://www.domain.com/classes-dallas-tx.html
I need to change all URLs to the following:
http://www.domain.com/classes-in-dallas-tx.html
I just need to add the "in" into every URL that doesn't have it right now.
Is there one query I can use for the .htaccess file that will take care of all the URLs for me? I'm planning on using the 301 redirect.
Thanks!
Try:
Or
in the htaccess file in your document root.