diff --git a/index.php b/index.php new file mode 100644 index 0000000..097c521 --- /dev/null +++ b/index.php @@ -0,0 +1,21 @@ +🌍 WebGIS Subdomain is Live!"; +echo "
Current Server: " . $_SERVER['SERVER_NAME'] . "
"; +echo "PHP Version: " . phpversion() . "
"; + +// Check for common GIS extensions (optional but helpful) +$extensions = ['gd', 'intl', 'bcmath', 'pdo_pgsql']; +echo "If you see this, your Nginx → PHP-FPM bridge is working perfectly over HTTPS.
"; +?>