Hello, everyone. I recently installed the system and realized that when accessed the site by domain name (without www) everything works normally, but with the WWW some assets are not found (fonts) and all calls to API return 404.
My server is from digital ocean, and there is configured as follows:
nameofsite > Redirect to > server IP
www.nameofsite > Redirect to > server IP
And in the config.php of the installation:
' url ' = > ' Http://nameofsite '.
Is there anything I can do so that when the user enters with or without the WWW The system normally works?
Thank you