menambahkan index.php di root folder

This commit is contained in:
2026-06-10 09:28:42 +07:00
parent 19ac7c3273
commit 1229e495d7
+4
View File
@@ -0,0 +1,4 @@
<?php
header('Location: /index.html');
exit;
?>