Hi,
I contact you because i have this problem :
I use "Wamp" to Windows with apache 2.4.37, PHP 7.1.26, mysql 5.7.24 and Flarum beta 8.1
When i configure my "httpd-vhosts.conf" as this, its OK :
ServerName flarum
DocumentRoot d:/website/root_flarum/public
<Directory "d:/website/root_flarum/public">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
But with Alias, its KO :
Error : The requested resource was not found.
ServerName flarum
DocumentRoot d:/website
Alias /flarum d:/website/root_flarum/public
<Directory "d:/website/root_flarum/public">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
Rewrite module is actived.
I should modified my htacess ?
Have you a idea ?
Thank you very munch !