The problem is the request. I mean.<br><br>I write this condition:<br><br>location ~* ^/home/.+\.(html|php) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; root /var/www/html/myweb.com;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; access_log off;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>If the request is (for example) 
<a href="http://www.myweb.com/home/index.html">http://www.myweb.com/home/index.html</a><br>it&#39;s successful and doesn&#39;t write the log.<br>But if the request is <a href="http://www.myweb.com/home/">http://www.myweb.com/home/
</a> or <a href="http://www.myweb.com/home/index.php">http://www.myweb.com/home/index.php</a><br><br>then it write&#39;s the log that&#39;s really the problem.<br><br>any ideas?<br><br><div><span class="gmail_quote">On 9/5/07, 
<b class="gmail_sendername">Roxis</b> &lt;<a href="mailto:roxis@list.ru">roxis@list.ru</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wednesday 05 September 2007, Jose Manuel Gonzalez Calvar wrote:<br>&gt; I don&#39;t know how can I avoid write logs for dynamic files.&nbsp;&nbsp; :-(<br><br>location ~ \.php$|\.htm$ {<br>&nbsp;&nbsp;&nbsp;&nbsp;access_log&nbsp;&nbsp; off;<br><br></blockquote>
</div><br>