From 6588c31ee6293c82be7b9eb3548451fd061f95c4 Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Tue, 16 Apr 2019 18:45:55 -0400 Subject: [PATCH] Changing index.html to index.php --- .htaccess | 1 + phptest.php => index.php | 0 main.css | 0 index.html => old_index.html | 0 scripts/main.js | 0 5 files changed, 1 insertion(+) create mode 100644 .htaccess rename phptest.php => index.php (100%) delete mode 100644 main.css rename index.html => old_index.html (100%) delete mode 100644 scripts/main.js diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..1d67776 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +DirectoryIndex index.php diff --git a/phptest.php b/index.php similarity index 100% rename from phptest.php rename to index.php diff --git a/main.css b/main.css deleted file mode 100644 index e69de29..0000000 diff --git a/index.html b/old_index.html similarity index 100% rename from index.html rename to old_index.html diff --git a/scripts/main.js b/scripts/main.js deleted file mode 100644 index e69de29..0000000