Forum Discussion
Carol_Williams_
Nimbostratus
Jun 13, 2006Send a 301 error instead of 302 with redirect
I am using version 4.6.4 and currently have a rule to direct everything coming in without a www to www.sitename.com. I would like to tell F5 to make this a permanently moved(301 error) instead of a t...
James_Quinby_46
Oct 08, 2008Historic F5 Account
I've been playing around a little with this:
when HTTP_REQUEST {
set TARGET [URI::query [HTTP::uri] "-SM-http%3a%2f%2f172%2e16%2e20%2e83%2fcar%2f"]
}
...bleh, never mind. I thought I had something with this, but was seeing an artifact of my local apache instance.