D
Dylan Parry
Hi folks,
I've been searching for this for some time, but all I seem to be able to
find are pages describing how to set custom error pages, whereas what I
want to do is simply redirect the user to a standard error page.
This pseudo-code demonstrates what I want to do:
if (condition) {
Redirect to 403 error;
}
else {
DoSomethingElse();
}
Any ideas how I would accomplish this?
Cheers,
I've been searching for this for some time, but all I seem to be able to
find are pages describing how to set custom error pages, whereas what I
want to do is simply redirect the user to a standard error page.
This pseudo-code demonstrates what I want to do:
if (condition) {
Redirect to 403 error;
}
else {
DoSomethingElse();
}
Any ideas how I would accomplish this?
Cheers,