Apologies if this is the wrong forum, it's more of apache question but this seemed the best spot.
I have a media mod on a forum that I run on RHEL9, that allows users to upload MP3 files. The mod itself stores the files in a folder called media under my forum root.
I'd like to set it with .htaccess (kind of like an image-stealing prevention method) so that people can't hotlink myurl/media/whatever.mp3 on other sites - basically so that it will only accept the connection if the referrer is my domain.
Unfortunately I'm very new to .htaccess and apache, and have no idea how to accomplish this. Any advice would really be appreciated.
