Viewing 4 replies - 1 through 4 (of 4 total)
  • I havent done this before myself, but what that’s asking you for, is the path to the php executable on your server.

    in other words, the directory in which php is installed.

    Thread Starter Vladiimr

    (@vladiimr)

    But I don’t know where php is installed…

    Please consider asking with your host about that question or try the script described at Finding_Server_Info.

    if you can log into your server using ssh, try the command:

    which php

    and it will print the full path to the php executable if it’s in your path. If nothing is returned, then php isn’t in your path but it might still be on the machine so try this command:

    find / -name php

    and it will find any file or directory named php. Ignore the directories, and one of the remaining items listed should be your php executable.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Email posting’ is closed to new replies.