2,3c2 < $htmlurl=str_replace(":80/","/",str_replace(":443/","/","http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "" . str_replace('.php','.html',explode('?',$_SERVER['REQUEST_URI'])[0]))); < exec("/usr/bin/python " . dirname(__FILE__) . "/listwork.py >> " . dirname(__FILE__) . "/listwork.html"); --- > exec("/usr/bin/python " . dirname(__FILE__) . "/listwork.py > " . dirname(__FILE__) . "/listwork.html"); 5,6c4 < //header("Location: http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/listwork.html"); < header("Location: " . $htmlurl); --- > header("Location: http://" . $_SERVER['SERVER_NAME'] . ":" . $_SERVER['SERVER_PORT'] . "/listwork.html");