Starting with the IspConfig remote control interface

Discussion in 'Developers' Forum' started by vaio1, Feb 25, 2011.

  1. vaio1

    vaio1 Member

    Hi guys,

    I am trying to connect our own web interface with ISPConfig 3 but without success.

    When we call the http://www.domain.com:8080/remote/index.php we get an empty page.

    ISPConfig works well but this section doesn't work as well.

    Any idea?
     
  2. vaio1

    vaio1 Member

    I have solved all by myself. The page is blank but when I request something the SOAP_SERVER answer me correctly!

    Code:
    define("SOAP_LOCATION", "http://19.18.16.34:8080/remote/index.php");
    define("SOAP_URI", "http://19.18.16.34:8080/remote/");
    
    :D
     

Share This Page