404 Error Testing
Click the links below to test 404 handling:
Client-Side Navigation (should show error page):
/this-page-does-not-exist
/user/nonexistent-page (protected area)
/foo/bar/baz
Blocked Malicious Requests (should return 404 immediately):
/wp-admin (WordPress)
/wp-login.php
/phpmyadmin
/test.php
Programmatic Navigation:
Navigate to /nonexistent-route
Navigate to /wp-admin
Expected Behavior:
Client-side navigation should show the orange error page
Malicious requests should be blocked before hitting the CMS
No database queries for obviously bad URLs
Error page should have "Zurück" and "Zur Startseite" buttons