I am using cloudflare Hotlink Protection but it is Block Images in Web cached version of Google.
So i have added below code in .htaccess file but it's not working.
Hot link Protection
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mywebsite.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]
Can anyone using Hotlink Protection through htaccess other then cloudflare?
Is there any checklist where i can debug the whole process and why below code not work at .htaccess file?
So i have added below code in .htaccess file but it's not working.
Hot link Protection
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?mywebsite.com [NC]
RewriteRule \.(jpg|jpeg|png|gif)$ – [NC,F,L]
Can anyone using Hotlink Protection through htaccess other then cloudflare?
Is there any checklist where i can debug the whole process and why below code not work at .htaccess file?