25-Apr-2013 13:13
Hello, I've been combing over the irules forums but couldn't find an answer to this question.
I'd like to know if there is a way to change a uri like so: if a user goes to www.company.com, the url in the browser is www.company.com/core/stuff/next/blah/index.html
'd like to figure out how to stip out everything past the .com/, so the url is cleaned up and the rest of that path is not visible (www.company.com).
Thanks!
25-Apr-2013 13:58
Thanks!
25-Apr-2013 18:06
HTTP::redirect wiki
https://devcentral.f5.com/wiki/iRules.http__redirect.ashx
29-Apr-2013 07:56
Thanks for the reply, let me try that.