I'm currently transitioning my archives server (basically just a place for the downloads folder to get rotated to, haha) over to a new URL form, with an eye towards divorcing it from the main website server.
The old format was:
http://www.example.com/~${USER}/unsorted/$(date '+%Y/%m')/${filename}
(that is, it was PREVIOUSLY just a folder called "unsorted", inside the regular user-website folder.)
But my new format is:
https://archive.example.com/~$USER/$(date '+%Y/%m')/$filename
(so, NOW, it's the date-based folders right at the user's top level, on the archive server or vhost.)
how can I blanket-redirect this
folder from the old TLD,
to the new TLD?