• Hello,
    I need to find a creative way to block all access to a certain page, except from a specific IP address. I’ve not found any module to do this, any way to do it via .htaccess, or other creative ideas?

    thanks much

    • This topic was modified 6 years, 9 months ago by butteryak.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator t-p

    (@t-p)

    Try something like this in .htaccess:

    order deny,allow
    allow from 00.000.000.00
    deny from all
    • This reply was modified 6 years, 9 months ago by t-p.
    Thread Starter butteryak

    (@butteryak)

    yeah, thats ok for blocking the whole website, but I need to be page specific.
    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Block all access to page except from specific IP’ is closed to new replies.