I have set up a website and I want to set up a 404 error page. Is there a way of doing this as i can't seem to access the .htaccess file?
Thanks in advance, Scott
I have set up a website and I want to set up a 404 error page. Is there a way of doing this as i can't seem to access the .htaccess file?
Thanks in advance, Scott
python? https://developers.google.com/appengine/docs/python/config/appconfig#Custom_Error_Responses
java? https://developers.google.com/appengine/docs/java/config/appconfig#Custom_Error_Responses
The documentation now clearly states that custom 404 pages will not work.
https://cloud.google.com/appengine/docs/standard/java/config/webxml#Error_Handlers
Note: At present, you cannot configure custom error handlers for some error conditions. Specifically, you cannot customize the 404 response page when no servlet mapping is defined for a URL, the 403 quota error page, or the 500 server error page that appears after an App Engine internal error.