Forum Discussion

jayems_343132's avatar
jayems_343132
Icon for Nimbostratus rankNimbostratus
Dec 06, 2017

iRule - Folder rewrite SSL offloading with redirect

Hi, I am new to F5 and reaching out for the best way to achieve my question. Appreciate it in advance! We have set up SSL offloading and redirect 80 >> 443. Below is irule to append the directoty to url. Their more directories under /data/ and accessing those directories from the URL of virtual server, I am getting a 404 error.

 

Is there a rule or an edit to this, that will allow to traverse to all directories within the data folder without getting the 404 error.

 

when HTTP_REQUEST { if { ([HTTP::uri] == "/") } { HTTP::uri /data/ } }

 

No RepliesBe the first to reply