Hello<br><br>I have urls like <a href="http://example.com/123">example.com/123</a><br>I need them rewritten to <a href="http://example.com/?v=123">example.com/?v=123</a><br><br>However, I want to skip certain directories from rewrite<br>

eg.<br><a href="http://example.com/status">example.com/status</a><br><a href="http://example.com/admin">example.com/admin</a><br><br>right now I have this:<br><br>if (!-e $request_filename){<br>    rewrite ^/([A-Za-z0-9-]+)/?$ <a href="http://www.example.com/v.php?dl=$1">http://www.example.com/v.php?dl=$1</a> redirect;<br>

}<br><br>Problem is that all urls are rewritten.. how do I put some exceptions?<br><br>Thanks for any suggestion<br><br clear="all">---------------------------------------------------------------<br>Cristian Rusu<br>Web Developement & Electronic Publishing<br>

<br>======<br>Crilance.com<br><a href="http://Crilance.blogspot.com">Crilance.blogspot.com</a><br><br>