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