<div dir="ltr">Hi everybody,<div><br></div><div style>one of my customer is having strange issues with Rewrite rule mechanism.</div><div style><br></div><div style>His site architecture is structured as below:</div><div style>
<br></div><div style>.htaccess redirects every URL (except particular ones) to index.php page.</div><div style><br></div><div style><div>RewriteEngine On</div><div>RewriteCond %{REQUEST_URI} (/|\.htm|\.php|\.html|/[^.]*)$  [NC]</div>
<div>RewriteRule ^(.*) index.php [L]</div><div><br></div><div style>index.php has a bootstrap code that takes incoming URL, parse it, query the MySQL DB and give back the response to the client with requested page. This is done to improve SEO experience.</div>
<div style><br></div><div style>Everything is working fine, in fact the site is working and no error is showed.</div><div style><br></div><div style>There are only strange log lines in error_log of httpd daemon.</div><div style>
<br></div><div style>In a random way the log shows "File does not exist" errors about pages or content. An example below:</div><div style><br></div><div style>File does not exist: /home/.sites/28/site1/web/min/images, referer: <a href="http://www.site.tld/min/?f=css/common1006.css,js/lightbox/css/jquery.lightbox-0.5.css,css/jquery-ui-1.9.2.custom.min.css">http://www.site.tld/min/?f=css/common1006.css,js/lightbox/css/jquery.lightbox-0.5.css,css/jquery-ui-1.9.2.custom.min.css</a><br>
</div><div style><br></div><div style>Or</div><div style><br></div><div style>File does not exist: /home/.sites/28/site1/web/client, referer: <a href="http://www.site.tld/administrator/index.php?com=new_content&id=21263">http://www.site.tld/administrator/index.php?com=new_content&id=21263</a> </div>
<div style><br></div><div style>That's true, but I don't understand why it's running this error in a random way. In fact this log message is not displayed every time o go to that link, it's casual.<br></div>
<div style><br></div><div style>Can anyone suggest me the reason why of this strange thing?</div><div style><br></div><div style>Thanks</div><div style><br></div><div style><br></div></div></div>