Jeremy,
Yes, HTTP errors, and yes this is in relation to SharePoint but possibly other cases. Yes in SharePoint because someone does not check out the document when they save (I turn off autosave) they get a HTTP 500 error. If they save while a previous save is in progress they get another HTTP error.
It was with this experience and knowledge of how other servers allow these error pages to be changed, I wondered if there may be a way to provision these with tiddlywiki, so the response could be designed for users. I expect on a PHP server I need only provide or redirect the HTML pages that match where the error looks, but on SharePoint I am not so sure.
I imagine this could be handled by tiddlywiki on node (if designed to) but not for single file wikis.
A related aside
Unfortunately I am currently trying to address an issue where a user has all the rights but can't save to sharepoint within tiddlywiki because its throwing a HTTP 405 error
A 405 Method Not Allowed Error is an HTTP response status code that indicates a web browser has requested access to one of your web pages and your web server received and recognized its HTTP method. But, unfortunately, your server has decided to reject that specific HTTP method, so the web browser can’t access the requested web page. When this happens, your website will serve an error web page to your site’s visitors.
This is only occurring for one of three users and I have duplicated permissions etc... with not luck. So just not sure where to look now.
Fortunately they can take the file offline, work on it and upload it again, but this defeats the value of using a SharePoint library.
Thanks
Tony