I’m not looking to create custom error pages, but to actually issue error messages when the config file is parsed. Specifically, I want to use an <IfModule> to throw up an error if the module hasn’t been loaded, so it’s easier to debug.
I’m not looking to create custom error pages, but to actually issue error messages
Share
This is the only kludgy thing I could think of (and requires mod_rewrite enabled):
If you find a better way to ‘trigger’ errors, I’m certainly interested 😉