Posts by suhype

    Hello,


    I've one domain with a SSL-Certificate (only for http://www.example.com).
    I want that if you type example.com that you'll redirected to https://www.example.com


    In Chrome it works out of the box. But, for example, Firefox don't redirect to www but only to https.


    I tried to add this rule in .htaccess and in the apache vhosts file, but both didn't work

    Code
    1. RewriteEngine On
    2. RewriteBase /
    3. RewriteCond %{HTTP_HOST} !^www\. [NC]
    4. RewriteRule ^(.*)$ https://www.%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
    5. RewriteCond %{SERVER_PORT} !^443$
    6. RewriteRule (.*) https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

    Thanks in advance for your help!

    I have successfully migrated to a new server and new i-MSCP version.


    Here's a little how to:

    • Install latest Debian 8 with i-MSCP 1.2.9
    • Pre sync Data from old to new server (www, mail, imscp, *.pem)
    • Take the old server offline
    • Sync again your data (www, mail, imscp, *.pem)
    • Ex- und import all Databases
    • Upgrade the new server to i-MSCP 1.5.1

      • Maybe there will occure some errors, just search in the forum.
    • Take the new one online
    • Upgrade Debian 8 to Debian 9

    Serverumzug will show you what and how you can sync data and database ^^

    Hello,


    I want to migrate my current i-MSCP 1.2.9 (Debian 8.0) installation to a new Server with i-MSCP 1.5.0 (latest Debian 9).
    I can't upgrade the i-MSCP on the current server so I've tried to install the new i-MSCP version on the new server, and then migrate the data (www, mail, imscp, db). But after reconfigure i-MSCP there were a few errors.
    So I've tried install the old i-MSCP version on Debian 9 but that was still not possible, because some php5 packages aren't available.


    I've tried these instructions:

    Is there another method, to directly upgrade from i-MSCP 1.2.9 to 1.5.0, which works?


    Thank you in advance for your help! :)