I too have installed my Flarum forum into > mydomain.com/forum. I changed Flarum's "public" folder to /forum and everything seems to be working fine but when I test the forum on https://lab.migratetoflarum.com/ I get the following error:
I have already modified my .htaccess files in the root and the /forum folders to include the following but I'm still getting the Vendor, Storage and Composer security errors when running the migratetoflarum tool.
RewriteRule /\.git / [F,L]
RewriteRule ^auth\.json$ / [F,L]
RewriteRule ^composer\.(lock|json)$ / [F,L]
RewriteRule ^config.php$ / [F,L]
RewriteRule ^flarum$ / [F,L]
RewriteRule ^storage/(.*)?$ / [F,L]
RewriteRule ^vendor/(.*)?$ / [F,L]
Here is my Flarum info from the dashboard:
Flarum 1.8.1
PHP 8.2.6
MySQL 5.7.23-23S|
Scheduler: Never run
Queue Driver: sync
Session Driver: file
Any thoughts?