Hi guys.

I have an interesting question for anyone that may know the answer or even if it's possible.

I'm working with PHP pages and .htaccess error documents. I'm trying to redirect multiple error documents to the same file, error.php, but can't seem to figure out how to distinguish them in the actual file since the ErrorDocument statement doesn't seem to allow queried outputs.

Does anyone know if there is a way to do this without using fake files with redirects?

Cheers.