Upload client account system on the server, php, mysql

0

I'm trying to upload an application with php and mysql on my hostgator server but I'm not getting it, it works perfectly locally, I thought the only changes I should make were $config['base_url'] = 'dominio.com.br';

And also the database database and hostname:

$db['default']['hostname'] = 'localhost';
$db['default']['database'] = 'minhabasededados';

In hostname I put the name that is on my server, but hostgator support told me that I could leave 'localhost' which would have no problem ... I tried with 'localhost' and 'myhost' and none of them worked, only gives the message that the web page is not working, but in place works perfectly.

    
asked by anonymous 14.08.2018 / 19:48

0 answers