I basically want to disable hotlink protection on my site. (which are apparently enabled by default)
Tried the following:
RewriteEngine off <= not working
Activate hotlink protection in the panel and change the rewrite rule to the following to check my client sees the change:
RewriteRule .*$ http://hl.TOTOTOTOTO.org/split.php?http://%{HTTP_HOST}%{REQUEST_URI} [R,L]