• On my Macintosh running MAMP and WordPress I ran Duplicator plug in and the scan came back fine. I uploaded to my remote webserver which is running php. I did verify this with my host.
    When I attempt to run the installer I get a “PHP not found on server”
    Have tried this 4 times; deleting the remote directory each time.
    My remote directory looks like http://www.ccucc.org/web/ccucc
    I am wondering if my Macbook Pro could be part of the issue, but it seems unlikely……
    Any help would be greatly appreciated.

Viewing 1 replies (of 1 total)
  • On your remote server, create this file called “phpinfoX.php”:

    <?php
     phpinfo();
    ?>

    (You don’t want the name to be too predictable since there may be information revealed that is useful to a hacker).
    The run this file in your browser, this will establish if php is running.

Viewing 1 replies (of 1 total)

The topic ‘PHP on remote server’ is closed to new replies.