diff --git a/public_html/admin/index.php b/public_html/admin/index.php
index aa79f3c55f3dea471d6b6806f345e8604e8cc8b4..c862ae4cc9c558fe593f3ebd46f558ce211745e5 100644
--- a/public_html/admin/index.php
+++ b/public_html/admin/index.php
@@ -149,7 +149,7 @@ if (!$oR->isEnabled()) {
                                 $sRelFrom = $sFrom;
                                 break;
                             case 'regex':
-                                $sRelFrom = $aTo['link'] ?? ($sFrom == '.*' ? 'something' : false);
+                                $sRelFrom = $aTo['link'] ?? ($sFrom == '.*' ? '/something' : false);
                                 break;
                         }