Support » Fixing WordPress » Website accessible through VPN

  • rustysoul

    (@rustysoul)


    Hello,

    I am not sure if this is the right Forum,
    But I wanted to ask if someone could help me. I wanted to create a site that is only accessible through VPN, is it possible? And are there any helpfully plugins for it?

    Big thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Yui

    (@fierevere)

    ゆい

    If your VPN has private address range, you can set up webserver restrictions to allow only your VPN range.

    example, on top of .htaccess file:

        Order deny,allow
        Deny from all
        Allow from 10.0.0.0/24

    will allow only indicated subnet to access your site.

    Nikhil Bhansi

    (@nikhilbhansi)

    Go with @fierevere solution.
    If you’re comfortable with plugin only solution then it can be easily done with the Restricted Site Access plugin. Where you can whitelist IP or range.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.