<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,<div><br></div><div>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.</div><div><br></div><div>I defined a rule that should redirect all requests to index.php. </div><div><br></div><div>http://example.com/some/url/starr --> works, returns my custom styled error 404 page (processed by PHP)</div><div>http://example.com/some/url/star -> exact word "star", returns default error 404 page (Request does not seem to go over PHP)</div><div><br></div><div>The access_log does not log the 404 Error, if the url contains the word. I changed to debug log levels but no logfile</div><div>is showing something. Tried different nginx versions, server is running Debian 8. </div><div><br></div><div>Any ideas?!</div><div><br></div><div>Best regards, Alex</div> </div></body>
</html>