I've noticed that whichever canonical url option (www or non-www) is set as url in my config.php file
'url' => 'https://www.website/flarum',
the other option breaks font-awesome icons and most features such as logging in.
If I set it with www, browsing to flarum without www will render the forum unusable,
the same goes for browsing using www when the url is set without it.
Is there a way I can make both www and non-www load flarum completely, through a change in the config file or htaccess? Rather than using ModRewrite I'd like to just make both work.