@error(404)
def error404(error):
return 'Nothing here, sorry'
This is the way to response 404 in bottle framework. But On 404 I want to redirect to particular url say http://abc.com/. Is it possible?
This is the way to response 404 in |
|||
|
|
EDIT I'm not 100% sure this can be done, and I can't test it right now, but I'll test it later and update the answer unless you beat me to it. |
|||||
|
|
|||||
|
When a urlobject is created the .code instance returns the code of the page, |
|||
|
|