The web browser displays some information about the multifile plugin.
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /plugins/multifile was not found on this server.</p>
<hr>
<address>Apache/2.4.10 (Debian) Server at www.libelektra.org Port 443</address>
</body></html>
The strange thing is that the browser displays the correct result if I follow the steps below.
If I now press enter in the URL input field, then the browser displays the 404 page mentioned above.
Thank you for reporting this!
Seems like there is still some misconfiguration in the website setup, I am quite sure it worked before reinstallation.
@BernhardDenner Can you take a look at it?
It seems like an URL rewrite is missing, see https://ngmilk.rocks/2015/03/09/angularjs-html5-mode-or-pretty-urls-on-apache-using-htaccess/
@Namoshek Do you know what exactly we forgot to do in the apache setup?
I don't remember our exact rewrite rules, but the rules should basically do two things:
Location header needs to be sent or so).The link of you provides proper rewrite conditions, I think. Just give them a try!
Found and fixed.
The corresponding Directory directive was pointing to the wrong path, therefore the FallbackResource was not active for the homepage. Now refreshs and direct links work as expected.
Thank you, that is great!
@BernhardDenner Now only the website build is missing.
Most helpful comment
Found and fixed.
The corresponding
Directorydirective was pointing to the wrong path, therefore theFallbackResourcewas not active for the homepage. Now refreshs and direct links work as expected.