Hi,With the following apache2 configuration: <Directory "/var/www/html/shb"> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny Allow from all Require all granted </Directory>
I can access the web page and I am able to login to the portal. All pages, including Dashboard, Groups and ... work fine except a link to Main Page. When I click on that, the browser says The requested URL /shb/index was not found on this server. Also, the apache2 error log at the same time says [Thu Jun 07 15:16:57.023040 2018] [negotiation:error] [pid 19850] [client 37.31.42.109:50982] AH00687: Negotiation: discovered file(s) matching request: /var/www/html/shb/index (None could be negotiated)., referer: http://somewhere.com/shb/ Any idea for that? Regards, Mahmood