Hello,
I've just installed Flarum on my shared hosting via ssh. I can access to the main page, but I can't start a discussion or go to the admin page : I got a 404 error.
The .htaccess file is correctly uploaded in the flarum folder.
I have another .htaccess file in parent folder with functional URL rewriting :
Options -Indexes
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond $1 !^(index\.php|forum/|assets/|uploads/|captcha|robots\.txt|google1f4496283e030410.html)
RewriteRule ^(.*)$ index.php/$1 [L]
My forum is installed in the folder forum/flarum.
Can you help me to solve this problem ?
Thanks (and sorry for my bad english...)