hello all,
i have many subdomain need hotlinking protection,
but i don't want one by one add the protection list,
I use .htaccess before but need one by one list)
have any code can protect all subdomain??
Thanks help.
i have many subdomain need hotlinking protection,
but i don't want one by one add the protection list,
I use .htaccess before but need one by one list)
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mysubdomain.com(/)?.*$ [NC]
have any code can protect all subdomain??
Thanks help.