Hello everybody 🙂 I am wondering if anybody has figured out a problem i am trying to solve.
I want to make an error.php that reads the particular error (404, 500, etc) and generates an appropriate page (rather than having an error page for every contingency).
Problem is i can't figure out how to get Apache to divulge the current error code.
i can't find anything about what var it might be at apache.org or php.net.
any ideas?
thanks in advance for your time 🙂