Hello, When i'm trying to get sever settings page, the browser show me "The page cannot be displayed". The same error occurs whith others items, e.g: system config, form designer, etc. What's wrong? Thanks in advance. Pablo
I have followed the steps, the problem was not solved. Only under Managment Menu I've got this problem, not in the rest of ISPConfig, and de little images cannot be displayed also. Pablo
Thats exactly the problem falko posted the link to. Please replace: with: In your config.inc.php file. Make sure that you replace serverIP with the IP of your server.
Then you either chose the wrong IP or you installed the controlpanel with http not https and the line must be: $go_info["server"]["server_url"] = "http://serverIP:81";
The IP address is correct and the ISP running under https, i not understand what it's wrong. I'll trying with a new installation, what do you think? Pablo
Solved! The changes made in config.inc.php was not work, but i added a single line in the hosts file in my pc. I'll try to solve on the server. Thanks for your replies. Pablo