Hi, yes, it's me again. 😅
After I changed the webroot from public_html to /public_html/flarum/public
Then it shows a warning: AH00112 Warning: Document Root doesn't exist.
Could it be because in the Apache config file, it says:
<Directory "/public_html/flarum/public">
SSILegancyExprParser On
</Directory>
and it is doesn't include "AllowOverride All" which has causing that warning message?
<Directory "/public_html/flarum/public">
AllowOverride All
</Directory>
Because my friend offers this server to run a flarum site, and he is not teksavvy. I am hoping to check if anyone know about what is causing the warning. My friend's server runs cpanel virtual on CentOS platform, PHP 7.3. 😀