Forum Discussion

Michael_Frank_6's avatar
Michael_Frank_6
Icon for Nimbostratus rankNimbostratus
Oct 16, 2017

URL rewrite to root site.

I'm trying to configure a url rewrite so that when a request comes in for it gets routed to pool A and the request is rewritten to the root site.

 

Ex. -> http://192.168.1.10/

 

I followed the below example KB and using the rewrite profile works if I want to do something like -> http://192.168.1.10/someotherpath but I can't figure out how to send the request to the root site.

 

This is the example I followed. I'm not doing the html profile stuff, but everything else is configured as stated in the article. Any help would be appreciated. TIA

 

2 Replies

  • I'm not quite getting it, but I think the easiest way is to use a local traffic policy as stated in the example. You should be able to add more than 1 action to the same policy:

     

    So f.i. you can forward the request to a pool and rewrite the URI within the same policy Hope this answers your question