From 0d0331a846f2d1015e9f184bc03376f15a8036a2 Mon Sep 17 00:00:00 2001 From: luptmoor Date: Tue, 14 Apr 2026 16:35:49 +0200 Subject: [PATCH] hello world index.php --- index.php | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 index.php 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 "

GIS Extension Check:

"; + +echo "
"; +echo "

If you see this, your Nginx → PHP-FPM bridge is working perfectly over HTTPS.

"; +?>