Super. This solution is good!<br><br><font size="3">2. Apache server serves a little  bit more than 100 clients. </font><font size="3">How should i proceed to all rewrite rules with minimal corrections? Any idea?</font><br>
<br><div class="gmail_quote">On Wed, Mar 26, 2008 at 2:40 PM, Igor Sysoev &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Wed, Mar 26, 2008 at 02:32:53PM +0200, Yordan Georgiev wrote:<br>
<br>
&gt; Result: <a href="http://www.domain.tld/index.php?page=/test" target="_blank">http://www.domain.tld/index.php?page=/test</a><br>
&gt; Desire: <a href="http://www.domein.tld/index.php?page=test" target="_blank">http://www.domein.tld/index.php?page=test</a><br>
<br>
</div>- &nbsp; &nbsp; &nbsp; &nbsp; rewrite &nbsp;^(.*)/$ /index.php?page=$1;<br>
+ &nbsp; &nbsp; &nbsp; &nbsp; rewrite &nbsp;^/?(.*)/$ /index.php?page=$1;<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; On Wed, Mar 26, 2008 at 2:07 PM, Igor Sysoev &lt;<a href="mailto:is@rambler-co.ru">is@rambler-co.ru</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; On Wed, Mar 26, 2008 at 01:15:45PM +0200, Yordan Georgiev wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; 1. How should I proceed &quot;RewriteRule ^(.*)\/$ index.php?page=$1&quot;,<br>
&gt; &gt; because<br>
&gt; &gt; &gt; when I replace this rule with<br>
&gt; &gt; &gt; if ($host ~* &quot;www.domain.tld&quot; ) {<br>
&gt; &gt; &gt; rewrite ^/([^/]+)/ /index.php?page=$1;<br>
&gt; &gt; &gt; break;<br>
&gt; &gt; &gt; }<br>
&gt; &gt; &gt; But my directory in the root folder does not work. How should I set this<br>
&gt; &gt; &gt; rule correctly<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; server {<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;server_name &nbsp;www.domain.tld;<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rewrite &nbsp;^(.*)/$ /index.php?page=$1;<br>
&gt; &gt;<br>
&gt; &gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ...<br>
&gt; &gt; &nbsp; &nbsp; &nbsp;}<br>
<br>
<br>
--<br>
Igor Sysoev<br>
<a href="http://sysoev.ru/en/" target="_blank">http://sysoev.ru/en/</a><br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Please excuse my bad english...<br><br>С уважение,<br>Й. Георгиев.<br><br>WEB: <a href="http://gigavolt-bg.net/">http://gigavolt-bg.net/</a><br>Blog: <a href="http://live.gigavolt-bg.net/">http://live.gigavolt-bg.net/</a>