when i try to configure 2 domain in the main.inc.php file by put the command below:
$rcmail_config['include_host_config'] = array(
'mail.tik.net' => 'tik.inc.php',
'mail.nast.com' => 'nast.inc.php'
);
and then i copy the main.inc.php file and remame is as tik.inc.php and nast.inc.php and change a little bit configure such as:
1. $rcmail_config['default_host'] = 'mail.tik.net';
2.$rcmail_config['username_domain'] = 'tik.net';
3.$rcmail_config['smtp_server'] = 'mail.tik.net';
4.$rcmail_config['smtp_helo_host'] = 'mail.tik.net';
by now i can't not go to the phpmyadmin page so it's getting error to connect with the database. please give me some advice


LinkBack URL
About LinkBacks



Reply With Quote