Hey guys, i need help about Flarum installation
i'm using xampp 7.2.15
i got this error message
Fatal error: Uncaught Flarum\Http\Exception\RouteNotFoundException: /flarum/public/ in C:\xampp\htdocs\flarum\vendor\flarum\core\src\Http\Middleware\DispatchRoute.php:60 Stack trace: #0 C:\xampp\htdocs\flarum\vendor\zendframework\zend-stratigility\src\Next.php(60): Flarum\Http\Middleware\DispatchRoute->process(Object(Zend\Diactoros\ServerRequest), Object(Zend\Stratigility\Next)) #1 C:\xampp\htdocs\flarum\vendor\zendframework\zend-stratigility\src\MiddlewarePipe.php(83): Zend\Stratigility\Next->handle(Object(Zend\Diactoros\ServerRequest)) #2 C:\xampp\htdocs\flarum\vendor\zendframework\zend-stratigility\src\MiddlewarePipe.php(72): Zend\Stratigility\MiddlewarePipe->process(Object(Zend\Diactoros\ServerRequest), Object(Zend\Stratigility\EmptyPipelineHandler)) #3 C:\xampp\htdocs\flarum\vendor\zendframework\zend-httphandlerrunner\src\RequestHandlerRunner.php(95): Zend\Stratigility\MiddlewarePipe->handle(Object(Zend\Diactoros\ServerRequest)) #4 C:\xampp\htdocs\flarum\vendor\flarum\core\src\Http\Server.php(46): Zend\HttpHandlerRun in C:\xampp\htdocs\flarum\vendor\flarum\core\src\Http\Middleware\DispatchRoute.php on line 60
my install command

when i open localhost/flarum this is what i got

i need to enter public directory to set up the forum

and after create the database and fill the form i got that uncaught error message
i already try URL Rewriting
and
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^(.*)$ public/$1 [QSA,L]
or change directory root in Apache httpd.conf
none of them seems to work for my case
