<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello Francis,<div><br></div><div>you are right. But the weird thing is, i already commented out that line (it was for caching/expires headers, and yes, missing the backslash).</div><div><br></div><div>Is there any chance I was running two nginx instances? Because it seemed my configuration was kind of cached, as i commented that line, but it still didn't work. Now, after i completely reinstalled nginx everything is working fine.</div><div><br></div><div>I got the idea because i downgraded from newest nginx version to a older one in my testing. Is it possible that there were multiple instances?</div><div><br></div><div>Anyway, thank you very much.</div><div><br></div><div><br><br><div>> Date: Sun, 10 Apr 2016 19:37:35 +0100<br>> From: francis@daoine.org<br>> To: nginx@nginx.org<br>> Subject: Re: Error 404 if url contains "star"<br>> <br>> On Sun, Apr 10, 2016 at 07:16:33PM +0200, Alexander Schwarz wrote:<br>> <br>> Hi there,<br>> <br>> > i have a very strange problem with my nginx configuration. If the URL contains the word "star", i get the standard 404 Error not found page.<br>> > I defined a rule that should redirect all requests to index.php. <br>> <br>> http://nginx.org/r/location<br>> <br>> Your rule does not redirect *all* requests.<br>> <br>> > Any ideas?!<br>> <br>> There's a missing backslash "\" on the "location ~*" line, just before<br>> the ".(".<br>> <br>>        f<br>> -- <br>> Francis Daly        francis@daoine.org<br>> <br>> _______________________________________________<br>> nginx mailing list<br>> nginx@nginx.org<br>> http://mailman.nginx.org/mailman/listinfo/nginx<br></div></div>                                      </div></body>
</html>