I have apache rewriting engine module turned on and a custom 404 error page configured this way on .htaccess file: ErrorDocument 404 /not_found.php
When I try to access to some page that do not exist the 404 error page is displayed. My problem is that I want the URL on address bar to be updated instead of having the non-existent URL. How can I do this? Thanks