
ErrorDocument 400 redirect to different URL without rewrite
Aug 2, 2020 · The ErrorDocument directive has access to some variables, like REDIRECT_URL but they are only set if the target is internal, so it wouldn't work in this case. Is there a …
How to specify ErrorDocument for a VirtualHost in Apache2?
Apr 22, 2017 · How to specify ErrorDocument for a VirtualHost in Apache2? Ask Question Asked 12 years ago Modified 8 years, 7 months ago
How do you set the " ErrorDocument 404 / example.php - Server …
Jun 15, 2023 · It should be ErrorDocument 404 /example.php, not ErrorDocument 404 / example.php. Are you behind a front-end proxy? What other directives do you have in your …
How to catch all errors by ErrorDocument - Server Fault
Aug 4, 2010 · How to catch all errors by ErrorDocument Ask Question Asked 15 years, 4 months ago Modified 5 years, 7 months ago
Apache custom error pages for 400 and 408 - Server Fault
May 3, 2021 · apache-2.4 errordocument 400 http-status-code-408 Share Improve this question asked May 3, 2021 at 17:15
errordocument - NGINX default error page - Server Fault
Mar 29, 2016 · Explore related questions nginx errordocument See similar questions with these tags.
Apache 2.4 ErrorDocument for multiple subdomains - Server Fault
May 9, 2016 · Apache 2.4 ErrorDocument for multiple subdomains Ask Question Asked 9 years, 6 months ago Modified 3 years ago
apache 2.2 - ErrorDocument not working when accessing .htaccess ...
Explore related questions apache-2.2 .htaccess http-status-code-403 errordocument See similar questions with these tags.
httpd.conf - Apache without any error page - Server Fault
May 16, 2012 · When I use "" the apache reported ErrorDocument takes two arguments, Change responses for HTTP errors on restart. Second solution is just blank page and browser display …
ErrorDocument not working with .htaccess file - Server Fault
Nov 23, 2015 · ErrorDocument not working with .htaccess file Ask Question Asked 10 years ago Modified 4 years, 11 months ago