Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Mahmood Naderan
>Weird, do you actually use multiviews or is it just interfering with Well, no... >other rewrites intended to do something with /sbh/index ? > >You'd need to configure it to understand "php" could be a negotiated >type (since it really isn't) I removed the multiviews and now the page is shown!

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Eric Covener
On Thu, Jun 7, 2018 at 7:49 AM, Mahmood Naderan wrote: >>What files exist beginning with index and what do you expect to be served? > > > root@ce:/var/www/html/shb# find . -name index* > ./index.php > ./ow_updates/classes/index.php > ./ow_updates/index.php > ./ow_libraries/vendor/smarty/smarty/dem

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Mahmood Naderan
>What files exist beginning with index and what do you expect to be served? root@ce:/var/www/html/shb# find . -name index* ./index.php ./ow_updates/classes/index.php ./ow_updates/index.php ./ow_libraries/vendor/smarty/smarty/demo/index.php ./ow_plugins/forum/controllers/index.php ./ow_plugins/iism

Re: [users@httpd] discovered file(s) matching request

2018-06-07 Thread Eric Covener
On Thu, Jun 7, 2018 at 6:52 AM, Mahmood Naderan wrote: > Hi, > With the following apache2 configuration: > > >Options Indexes FollowSymLinks MultiViews >AllowOverride All >Order allow,deny >Allow from all >Require all granted > > > > I can access the web p

[users@httpd] discovered file(s) matching request

2018-06-07 Thread Mahmood Naderan
Hi,With the following apache2 configuration:    Options Indexes FollowSymLinks MultiViews    AllowOverride All    Order allow,deny    Allow from all    Require all granted I can access the web page and I am able to login to the portal. All pages, including Dashboard, Groups