PHP redirect

This commit is contained in:
Abhorrent_Anger 2022-05-26 23:27:50 +03:00
parent f351b7c4f6
commit 69b25375d5
1 changed files with 3 additions and 1 deletions

View File

@ -1 +0,0 @@
index.html

3
index.php Normal file
View File

@ -0,0 +1,3 @@
<?php
header("Location: index.html");
?>