• Resolved apsolut

    (@apsolut)


    Unable to do sync when website is protected with htpasswd/htaccess

    Solution is to Whitelist IP address:

    AuthUserFile /your/root/.htpasswd
    AuthType Basic
    AuthName "Auth"
    Require valid-user
    # Apache 2.4 tested
    # Your local public IP
    # or Your server stage IP
    Require ip 123.123.123.123
    
    • This topic was modified 5 years ago by apsolut.
Viewing 1 replies (of 1 total)
  • Plugin Author WP Synchro

    (@wpsynchro)

    Hi,

    Thanks for that. Hopefully that can help others having this issue.

    A good news that i can add to this, is that basic authentication will be supported in the next version of WP Synchro. So if using version 1.6.0 or above, this will be supported directly as connection option in the plugin.

    // Brian – WP Synchro

Viewing 1 replies (of 1 total)
  • The topic ‘Password protected directory with htaccess’ is closed to new replies.