From d3e78c3635d2ddb7835cf1e2365412f4d7a48fc6 Mon Sep 17 00:00:00 2001 From: dmcdowell Date: Mon, 26 Jun 2023 14:22:43 -0600 Subject: [PATCH] updatesss --- conf/my-httpd.conf | 5 ++--- htdocs/public/index.html => index.html | 4 ++-- htdocs/public/styles.css => styles.css | 0 3 files changed, 4 insertions(+), 5 deletions(-) rename htdocs/public/index.html => index.html (99%) rename htdocs/public/styles.css => styles.css (100%) diff --git a/conf/my-httpd.conf b/conf/my-httpd.conf index d3be379..70b9665 100644 --- a/conf/my-httpd.conf +++ b/conf/my-httpd.conf @@ -277,8 +277,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # for more information. # Options Indexes FollowSymLinks - - DirectoryIndex /public/index.html + # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: @@ -297,7 +296,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # is requested. # - DirectoryIndex /public/index.html + DirectoryIndex index.html # diff --git a/htdocs/public/index.html b/index.html similarity index 99% rename from htdocs/public/index.html rename to index.html index 162395a..471ac29 100644 --- a/htdocs/public/index.html +++ b/index.html @@ -11,7 +11,7 @@
- +
@@ -179,7 +179,7 @@
diff --git a/htdocs/public/styles.css b/styles.css similarity index 100% rename from htdocs/public/styles.css rename to styles.css