Path to phpmyadmin wrong

Discussion in 'General' started by Gerritdl, Oct 31, 2024.

  1. Gerritdl

    Gerritdl New Member

    HI all
    I have set the path as follows [SERVERNAME]:8081/phpmyadmin
    When I try to access the database the path used is as follows: myserver.com%20:8081/phpmyadmin with the %20 added and it does not work then, it works if i manually remove the %20?
    I removed the https:// from the links

    Regards
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    This setting you made is wrong. You missed the protocol in the URL. It has to be:

    https://[SERVERNAME]:8081/phpmyadmin
     
  3. Gerritdl

    Gerritdl New Member

    Hi Till
    I do have it in the forum didnt allow me to post a link so I removed the https:// portion
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Then check the server hostname name setting you made in ISPConfig, likely you added a whitespace there at the end of the server name.
     
  5. Gerritdl

    Gerritdl New Member

    Already checked no white spaces
     
  6. till

    till Super Moderator Staff Member ISPConfig Developer

    You must have one there, double check it. You likely looked at the wrong field. I tested it and the phpmyadmin link with [SERVERNAME] works perfectly fine in ISPConfig, the placeholder [SERVERNAME] gets simply replaced with server name as it should be.
     
  7. Gerritdl

    Gerritdl New Member

    I re-typed and saved still the same, and double checked, can I check how ISPconfig saved it
     
  8. Gerritdl

    Gerritdl New Member

    Solved I was checking the hostname not the Servername, Servername had a white space in it
    Thank you
     
    ahrasis and till like this.

Share This Page