Hi there,

i try to setup some rules.
I have to rules which conflicts.

rewrite ^/(.*?)/(.*?)/(.*)$ /$3;
#rewrite ^/$ /a/b permanent;

the first Rules is needed from our developer 

the second rules os for a request. The Goal is to redirect all request on any 
domain.com <http://domain.com/> to anydomain.com/a/b <http://anydomain.com/a/b>

Maybe some has a hint for me.

Cheers

Daniel

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to