ERROR: page.html not found"; exit; } if (!is_readable($path)) { echo "

ERROR: page.html not readable

"; exit; } readfile($path);