Allow redirecting common HTTP codes
Solved
Surfer
-
@nebulon Yes I like that approach. Or maybe a settings page that has the ability for admins to specify a file for each status code. They can give the status code they want to redirect for and the file to redirect to.
Certain status codes should be ignored however: Specifically:- 100
- 101
- 102
- 103
- 200
- 201
- 202
- 203
- 205
- 206
- 207
- 208
- 226
Can this be accomplished with a bit of JS in the page?
No as what I am asking for happens before a page is loaded, not after.