apache - .htaccess Redirecting All Errors to a PHP file with GET variable -
i'm trying figure out how redirect errors pages redirect to/error.php?e={error here}
.
for example, if user encountered 404 error, directed /error.php?e=404
.
is there possible way of doing this?
you can use apache error document config. here more info
Comments
Post a Comment