Anybody here know regex and redirect match?
Holy shit it's not a political thread...
Pretend we are working with something like this:
domain.com/montana/milfs-in-bozeman.php
domain.com/montana/bozeman-is-boring.php
domain.com/montana/fuck-bozeman-it-sucks-here.php
domain.com/montana/whatever-bozeman-random-shit.php
And you want to redirect anything in the /montana/ folder that mentions bozeman to a new folder
domain.com/montana/bozeman/index.php
I dont need to match the filename in the new folder, I have plans for something different... just need to match the city and send it to the correct folder. Right now all the cities are just dumped in one folder... thousands of pages actually.
Somebody have a htaccess code for this?
|