I migrate site with apache, mysql, php to linux container docker. Site load but show this: Notice: Undefined index: content in /var/www/html/index.php on line 3
if($_GET['content']) #this 3rd
header("Location: /");
Can you tell me how solave this. Thanks