• I developed a site using Mamp and want to push updates to the live test site using you SitePush plugin. However on my local dev site I get an error that the web_path for my live site is no accessible and on my local site I get an error that the web_path for my local dev site is not accessible. Can you tell me where I f-ed up? ?? Thank you!

    ; <?php die('Forbidden'); ?> -*- conf -*-
    
    [all]
    wp_dir = /wp
    wp_content_dir = /wp/wp-content
    cache = no
    caches[] = /caches/timthumb
    caches[] = /caches/something_else
    
    [live]
    label = Live Site
    domains[] = velvetskystudio.com
    domains[] =
    web_path = /home/kfiphoto/public_html/velvetskystudio.com
    db = live
    live = yes
    destination_only = yes
    
    [dev]
    label = Dev Site
    domain = tabdev.com
    web_path = /Users/InspiredPhotography/Local Host/TABdev
    db = dev
    live = no
    default = yes

    https://www.ads-software.com/plugins/sitepush/

Viewing 1 replies (of 1 total)
  • Plugin Author Mark Rowatt Anderson

    (@markauk)

    I’m afraid SitePush cannot push files between local and remote machines – it can only move files between sites sharing the same filespace.

Viewing 1 replies (of 1 total)
  • The topic ‘Mamp to live site’ is closed to new replies.