Migration with .htpasswd on receiving site

UpdraftPlus Home Forums Paid support forum – UpdraftPlus backup plugin Migration with .htpasswd on receiving site

Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #159840
    Dane
    Participant

    Hi,

    I don’t suppose there is any way to migrate to a development copy of the site that is protected by htpasswd other than disabling the htpasswd temporarily?

    #159842
    Eve
    Participant

    Hi Dane,

    Rather than controlling access with htpasswd, you could control it via IP/.htaccess. Just put the following in the .htaccess in root folder for the site you’re working on:

    <Limit GET POST PUT>
    Order Deny,Allow
    Deny from all
    Allow from 111.222.333.444
    </Limit>

    where 111.222.333.444 is your IP address (you can add more).

    #159932
    udadmin
    Keymaster

    Hi Dane,

    Please see me reply in the support ticket you’ve opened with the same question.

    Best wishes,
    David

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Migration with .htpasswd on receiving site’ is closed to new replies.