diff --git a/app/Http/routes.php b/app/Http/routes.php
index 0943ace43682c62e00d9c1a0818947fcd69b1d67..d03b355fcf205f61e8be52f8126824c74e2f2f0c 100644
--- a/app/Http/routes.php
+++ b/app/Http/routes.php
@@ -31,6 +31,10 @@
 				->with('css', 'impressum.css')
 				->with('navbarFocus', 'kontakt');
 		});
+		Route::get('impressum.html', function()
+		{
+			return redirect(url('impressum'));
+		});
 
 		Route::get('about', function()
 		{