Forum Moderators: phranque
I originally had the audio files in the server's root, I've sinced moved them all into their own folder. Is there a permission setting I can apply through WS_FTP to that folder to allow audio to be accessed through pages on my server, but not hotlinked? Without touching the .htaccess file, anyway.
You might check out the library for some more information about mod_rewrite basics.
Justin
RewriteEngine on
RewriteCond %{HTTP_REFERER}!^$
RewriteCond %{HTTP_REFERER}!^http://(www\.)?mydomain.com/.*$ [NC]
RewriteRule \.(wmaŚmp3)$ - [F]