Site Web minimaliste pour tests Apache – Nginx

  1. Créer un fichier index.php
  2. Copier/coller le contenu ci-dessous :
<html>
<head>
</head>
<body>
<h1>Soyons un peu classe.</h1>
<?php
	echo 'salut man';
	phpinfo();
?>
</body>
</html>