Getting 404 Page not Found while trying to access website

Hi folks,

I configured a new website today but I am receiving error 404 page not found while trying to access the address.

The index.php file exists, and the content of the config.php for Codeigniter is the following:

$config[‘base_url’] = ‘https://educautism.000webhostapp.com/’;
$config[‘index_page’] = ‘index.php’;

Do you happen to know why am I not able to access?

Already checked and is not a case sensitive issue, tried to rename .htacess file as well without success.

Thanks,
Ivan

What page are you seeing a 404 on? The base url loads just fine.