<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi there,<div class=""><br class=""></div><div class="">i try to setup some rules.</div><div class="">I have to rules which conflicts.</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">rewrite ^/(.*?)/(.*?)/(.*)$ /$3;</span></div><div style="margin: 0px; line-height: normal; font-family: Menlo; color: rgb(245, 245, 245); background-color: rgb(0, 0, 0);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">#rewrite ^/$ /a/b permanent;</span></div></div><div class=""><br class=""></div><div class="">the first Rules is needed from our developer </div><div class=""><br class=""></div><div class="">the second rules os for a request. The Goal is to redirect all request on any <a href="http://domain.com" class="">domain.com</a> to <a href="http://anydomain.com/a/b" class="">anydomain.com/a/b</a></div><div class=""><br class=""></div><div class="">Maybe some has a hint for me.</div><div class=""><br class=""></div><div class="">Cheers</div><div class=""><br class=""></div><div class="">Daniel</div><div class=""><br class=""></div></body></html>