aaronhall Would it be a bad idea to movie Flarum out of the "public" directory so it's just mydomain.com and not mydomain.com/public? Having "public" ... is that bad for SEO?
luceos aaronhall it's bad to install Flarum in full in the publicly available directory. /public should never be in your URL, it's more secure to move everything except those files from public, outside of the publicly available directory. Hence we dedicated a full documentation article to it: https://docs.flarum.org/install#customizing-paths
aaronhall I am drawing a blank on how to “Uncomment” a line of code? What do I uncomment in this? I am moving out of the public folder: Uncomment the following lines if you are not using a public directory to prevent sensitive resources from being exposed. 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]