Posts by gable

    Hello Guys!


    I think I have the problem same as there: Update to 1.5.1 - You have held broken packages


    But I was not able to fix it


    Code
    1. apt-cache policy libssl1.0.0
    2. libssl1.0.0:
    3. Installed: 1.0.1t-1+deb8u6
    4. Candidate: 1.0.1t-1+deb8u6
    5. Version table:
    6. *** 1.0.1t-1+deb8u6 100
    7. 100 /var/lib/dpkg/status
    8. root@alpha:/usr/local/src/imscp-1.5.3#

    Hello Guys!


    I need to change my primary domain, I can not find any actual information in English.


    My primary domain looks like this cp.abc.com:4443 and I need to change that to cp.xyz.com:4443
    I tried with the reconfigure script but I did not find any option to do that.


    Also I have a domain to change but there is no option to modify in the Admin panel.


    Thanks in advance
    Gable

    probably the default page where the plugin redirects to. @gable, just edit the file /var/www/imscp/gui/plugins/ServerDefaultPage/templates/default/index.html
    for design changes you can edit also the css and image files in /var/www/imscp/gui/plugins/ServerDefaultPage/templates/default/inc/


    you can also add some javascript to recognise browser language and output the string in right language. var lang = navigator.language || navigator.userLanguage;
    but nobody wants to stay on a default page long enough to read the conetent, just redirect to your site or somewhere else.

    But every time I update I will need to update those files?