ajax redirect to exception/error pages |
Spot on again Dave!.
I find that var url= "http://localhost:8080/errors/html/error_404"; window.location = url; is working great but var url= "http://localhost:8080/errors/html/production"; window.location = url; Does not return back the production "generic error" page. Makes me wonder if my 404 is actually working or failing and redirecting me to a 404 anyway! Any tips on this one? ![]() |
Messages In This Thread |
ajax redirect to exception/error pages - by kristianlake - 06-20-2020, 02:44 AM
RE: ajax redirect to exception/error pages - by InsiteFX - 06-20-2020, 03:02 AM
RE: ajax redirect to exception/error pages - by kristianlake - 06-20-2020, 07:46 AM
RE: ajax redirect to exception/error pages - by dave friend - 06-21-2020, 12:53 PM
RE: ajax redirect to exception/error pages - by kristianlake - 06-22-2020, 10:01 AM
RE: ajax redirect to exception/error pages - by dave friend - 06-22-2020, 11:36 AM
|