rg90 Hi, if i type this myweb.com or http://myweb.com and i click on anything on my web - there is this error in red Oops! Something went wrong. Please reload the page and try again. If i type https://myweb.com no problem in config.php i use https://myweb.com
Justoverclock depend on your hosting panel, for example i have an option into my panel to achieve that. but u can do it in htaccess also, with something like: RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]
rg90 Works ! Thanks I know this can be solved this way but I thought there was a problem somewhere in the Flarum setup. I have settings with my provider but I don't know if it is set up well. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.yourdomain.com/$1 [R,L]