/_admin/_admin//_admin/_admin/ ERROR?

**Matrix Version:**Squiz Matrix v5.5.3.1
I had Squiz Matrix v5.5.3.1 installed.
Unlike previous versions, accessing administration results in the URL showing multiples of “/_admin”
Like this:
mydomain/_admin/_admin//_admin/_admin/

Is that normal, expected behavior?
OR
is it an error in the installation?

Definitely sounds like an installation issue, perhaps with your web server configuration on how it loads the admin interface on /_admin requests.

Is this a manual custom installation on a server or locally using the Virtual Machine provided from https://matrix.squiz.net/releases/vm ?

Thanks Bart.
It was a manual installation on a server

OK, can you share your web server config?

do you mean the /etc/httpd/conf/httpd.conf file? (about 4000 lines long)

Yep, but maybe actually have a look at the post in Updated Installation

As 5.5.3 now works best with Openresty as the web server. You can also download the latest version of the VM to have a look at its config file to see if you can copy stuff from there to make it work.

We have attempted to get it working with a fresh installation on a clean new server, with APACHE.
But we still have the same problem.
I have attached copy of the config in the hope that it can help discover where the problem is.eqnk.cc.conf.pdf (65.5 KB)
httpd.conf.pdf (100.4 KB)
httpd-comments-removed.conf.pdf (69.9 KB)

I think Apache is no longer tested with version 5.5 actually.

Can you try and use Openresty with Nginx instead?