How could I concisely redirect all of the pages within a given folder so that every page within it would redirect to its matching filename in the new location?
/folder/example.html redirects to /folder/new/example.html
Also, I have several folders I’d like to do this for, so I’d like to combine them in this statement so that they all are accounted for.
What have you tried so far?
If nothing, I recommend you look at our FAQ first. It contains a lot of information and numerous examples on mod_rewrite. You should find what you’re looking for.
If not, feel free to come back with any questions you might have