Migrating Owncloud to new hardware

Please help!!! I have migrated my owncloud 9.1.7.2 to a new machine and after moving the config, data and mysql database. I went to my the owncloud web interface (still in maintenance mode) and I have a blank page.

My apache2 is running ok but my 192.168.1.6/owncloud no!!!!

The old server was on 192.168.1.2 so I change the two lines in the config.php files. Also, with my old server, I used a ssl certificate (https//192.168.1.2/owncloud) but I haven't installed it on the new server.

Here is the config.php file...

<?php
$CONFIG = array (
'updatechecker' => false,
'instanceid' => 'ocukbqrt833y',
'passwordsalt' =>
'secret' =>
'trusted_domains' =>
array (
0 => 'lafourmi.ddns.net:16500',
1 => '192.168.1.6',
2 => 'lafourmi.ddns.net:16501',
),
'datadirectory' => '/media/data/ocdata',
'overwrite.cli.url' => 'http://192.168.1.6/owncloud',
'dbtype' => 'mysql',
'version' => '9.1.7.2',
'dbname' => 'owncloud',
'dbhost' => 'localhost',
'dbtableprefix' => 'oc_',
'dbuser' => 'oc_edwin11',
'dbpassword' =>
'logtimezone' => 'UTC',
'installed' => true,
'maintenance' => true,
'theme' => '',
'loglevel' => 2,
);

Hi,

If you get a blank page - I assume there is something wrong with your webserver. Try searching the error log of apache for some clues.