I’m working on a task where I need to redirect all traffic going to a particular folder back to the root:
Redirect /ridestream_start/ /index.php
#effectively, ridestream_start was our beta folder,
#and we're moving our functionality to the root folder
It wouldn’t be very efficient to code a redirect for every single file and folder inside of ‘ridestream_start’ as there are tons of them…how would I accomplish coding a redirect using only the folder name?
Can you use something like this: