Forum Discussion

lorenzo_tonell2's avatar
lorenzo_tonell2
Icon for Nimbostratus rankNimbostratus
Jul 14, 2017

RewriteRules Apache to F5

Hello guys I would like to convert this apache configuration in F5 by irules/rewrite profile, but i don't know which is the best option .

 

RewriteCond %{HTTP_HOST} pippo.pluto.com [NC] RewriteCond %{REQUEST_URI} ^/red/blue_(.)

 

RewriteRule ^/red/blue_(.) http://red.pippo.pluto.com/blue_$1 [P,L]

 

RewriteCond %{HTTP_HOST} pippo.pluto.com [NC] RewriteCond %{REQUEST_URI} ^/red/blue RewriteRule ^/red/blue(.*) http://red.pippo.pluto.com/blue/$1 [P,L] ProxyPassReverse /red/blue http://red.pippo.pluto.com/blue/?cr=50133

 

Any help would be much appreciated