Question: Problem After Fresh Installation

Problem After Fresh Installation

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

JU

James Universe

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
  • MS

    Mian Saleem

    Answered
    Hello,

    Please edit `base_url` in `app/config/config.php` and change it to `https://`

    Thank you
  • JU

    James Universe

    Answered
    I changed base_url to https:/
    but it still the same
  • MS

    Mian Saleem

    Answered
    Hello,

    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