JU
Asked
I can not log in to the new fresh installation of sma and the site does not look as demo.
you can take a look here
https://usufruct.psatomnerb.host
you can take a look here
https://usufruct.psatomnerb.host
- MSAnsweredHello,
Please edit `base_url` in `app/config/config.php` and change it to `https://`
Thank you - JUAnsweredI changed base_url to https:/
but it still the same - MSAnsweredHello,
No, what I mean was the value of the `base_url` config like
```
$config['base_url'] = 'https://yourdomain.com/';
```
You see the value it is `http://` so just reset back and add `s` after http
Thank you - Login to Reply