Forum Discussion
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/ } }
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com