How to fix "Apache2 Debian Default Page" instead of my site
I tried to read my DS18B20 sensor temperature with my raspberry pi adresse, I wrote this code in /var/www/html/index.php <?php // Fichier à lire $file = "/sys/bus/w1/devices/28-80000026ddb1/w1_slave"; // Lecture ligne par ligne $lines = file($file); // Recupere la 2nd ligne…