diff -Nur smeserver-phpki-0.2/root/etc/e-smith/web/functions/phpki smeserver-phpki-0.2_fix_redirect/root/etc/e-smith/web/functions/phpki --- smeserver-phpki-0.2/root/etc/e-smith/web/functions/phpki 2013-11-11 18:05:11.000000000 +0100 +++ smeserver-phpki-0.2_fix_redirect/root/etc/e-smith/web/functions/phpki 2013-11-18 15:50:52.506779392 +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');