<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>On 11.03.2011, at 16:32, Siava wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Georgia; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div text="#000000" bgcolor="#ffffff">11.03.2011 16:19, Смирнов Сергей пишет:<blockquote cite="mid:421AD96F0AB74844BB6B02B5D82FF16101880008664D@dc1.vessolink.ru" type="cite"><div class="WordSection1" style="page: WordSection1; "><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; ">Помогите пожалуйста переписать<span class="Apple-converted-space">&nbsp;</span><span lang="EN-US">rewrite</span><span lang="EN-US"><span class="Apple-converted-space">&nbsp;</span></span>в человеческую форму<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><o:p>&nbsp;</o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; ">--------<o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">RewriteCond %{REQUEST_FILENAME} !-f<o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">RewriteCond %{REQUEST_FILENAME} !-d<o:p></o:p></span></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; "><span lang="EN-US">RewriteRule ^(.*)$ index.php [L,QSA]</span><o:p></o:p></div><div style="margin-top: 0cm; margin-right: 0cm; margin-bottom: 0.0001pt; margin-left: 0cm; font-size: 11pt; font-family: Calibri, sans-serif; ">-------</div></div></blockquote><br>&nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span><span class="kw1">if</span><span class="Apple-converted-space">&nbsp;</span>(!-e $request_filename) {<br>&nbsp; &nbsp; &nbsp; &nbsp;<span class="Apple-converted-space">&nbsp;</span><span class="kw1">rewrite</span><span class="Apple-converted-space">&nbsp;</span>^(.+)$ &nbsp;/<span class="kw1">index</span>.php &nbsp; last;<br>&nbsp; &nbsp; }<br></div></span></blockquote><br></div><div>Ни коем случае.</div><div><br></div><div>try_files &nbsp;$uri $uri/ /index.php;</div><div><br></div><div><a href="http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files">http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files</a></div><div><br></div><div apple-content-edited="true"> <span class="Apple-style-span" style="font-family: Helvetica; "><div><br class="Apple-interchange-newline">--</div><div>Игорь Сысоев</div><div><a href="http://sysoev.ru">http://sysoev.ru</a></div></span> </div><br></body></html>