Forum Discussion
jacky_70451
Jul 23, 2012Nimbostratus
URI redirection
Hi all,
I have a requirement to redirect the URI which is not used in our application. We get lot of 404 errors in our apache logs as this URI is bookmarked by the users. Ac...
Arie
Jul 23, 2012Altostratus
You may want to use a 301 (permanent redirect) rather than a 302 (temporary redirect).
HTTP::redirect results in a 302. If you want a 301 you'll need to use:
HTTP:: respond 302 Location http://destination
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects