diff --git a/www/admin/index.php b/www/admin/index.php
new file mode 100644
index 0000000000000000000000000000000000000000..9fb39f180633f6a174e5e2f227e448aeca6eed03
--- /dev/null
+++ b/www/admin/index.php
@@ -0,0 +1,6 @@
+<?php
+
+require_once('../_include.php');
+
+\SimpleSAML\Utils\HTTP::redirectTrustedURL(\SimpleSAML\Module::getModuleURL('admin/'));
+