1
I wonder if it is possible to generate a dynamic error page from parameters passed to an html page and get these parameters through a javascript code? Or any other way that you don’t need to create a page for each error.
Example:
ErrorDocument 400 /error.html?400
ErrorDocument 401 /error.html?401
ErrorDocument 403 /error.html?403
ErrorDocument 404 /error.html?404
ErrorDocument 500 /error.html?500
tries if this solves Options -Indexes, ai Voce only needs to have a way to catch with javascript and do the trickery... Errordocument 403 /folder/403.html? id=403 Errordocument 404 /folder/404.html? id=404
– Fbor