Is there a way to have some code that if someone goes to a page that is a 404, it runs an SSI.
As an example, if someone went to the webpage
www.url.com/test1.shtml, the 404 would load the following:
<!--#include virtual="page.cgi?test1.shtml" -->
On the other hand, if someone went to the webpage
www.url.com/test2.shtml, the 404 would load the following:
<!--#include virtual="page.cgi?test2.shtml" -->
Thanks