diff --git a/www/example-simple/shib13-example.php b/www/example-simple/shib13-example.php
index 377816a7f8b39cbc9e011553f3836aa26e5e5345..d16d6c686193214c58f6f3f8ba10e40c355fe5a8 100644
--- a/www/example-simple/shib13-example.php
+++ b/www/example-simple/shib13-example.php
@@ -16,7 +16,7 @@ $session = SimpleSAML_Session::getInstance();
 
 if (!isset($session) || !$session->isValid() ) {
 	
-	header('Location: ' . $config->getValue('baseurlpath') . '/shib13/sp/initSSO.php?RelayState=' . urlencode(SimpleSAML_Utilities::selfURL()));
+	header('Location: /' . $config->getValue('baseurlpath') . 'shib13/sp/initSSO.php?RelayState=' . urlencode(SimpleSAML_Utilities::selfURL()));
 		// . '&idpentityid=' . $idpentityid );
 	exit(0);
 }