diff -Nur smeserver-phpki-0.1/root/etc/e-smith/web/functions/phpki smeserver-phpki-0.1_fix_redirect/root/etc/e-smith/web/functions/phpki --- smeserver-phpki-0.1/root/etc/e-smith/web/functions/phpki 2013-11-18 15:55:59.467822869 +0100 +++ smeserver-phpki-0.1_fix_redirect/root/etc/e-smith/web/functions/phpki 2013-11-18 15:56:20.410824559 +0100 @@ -19,7 +19,7 @@ my $q = new CGI; -my $content="0; url=https://".$ENV {'HTTP_X_FORWARDED_HOST'}."/phpki/ca"; +my $content="0; url=https://".$ENV {'HTTP_X_FORWARDED_HOST'}."/phpki/ca/"; $q->default_dtd('-//W3C//DTD XHTML 1.0 Transitional//EN'); print $q->header ('text/html');