Hello, it is me again :) If not appropriate, I will remove the post, thanks for your understanding!
I am installing the library with php-fpm and apache on a redhat server. After the installation, I tring to go
https://mywebsite.com/simplesaml I am being redirected to
There is one rule for mod_rewrite for apache :
ProxyPassMatch ^/(.*\.php)$ fcgi://X.X.X.X/$1
I saw someone posted something similar and said he solved it using cgi.fix_pathinfo=1 in php.ini file..Not working for me unfortunately.
Thanks again