• Resolved astr0wp

    (@astr0wp)


    Hi
    Just one question.

    With Hotlinking protection on, how can one singularly allow a number of websites to hotlink?

    Thanks
    M

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter astr0wp

    (@astr0wp)

    I guess, looking at htaccess I should add this within the Hotlink area?

    RewriteCond %{HTTP_REFERER} !^http(s)?://(.*)?\.aDomain\.com [NC]

    Is it correct?

    Thanks
    M

    Plugin Support vupdraft

    (@vupdraft)

    Hi,

    That is correct,
    To whitelist the domains you will need to add this afterwards:

    RewriteCond %{HTTP_REFERER} !^https://www.example.com/(m/)?view/ [NC]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hotlinking ON and …’ is closed to new replies.