I have a RedirectMatch
to a remote server in my Apache httpd.conf
file. However, sometimes the remote server gives a 404 HTTP response. Is there a way for the Apache server to ping the remote server first and, if it doesn't give a 404 response, only then enable the RedirectMatch
, such as by wrapping some kind of <If>
statement around the RedirectMatch
?
0 Answers