diff --git a/.htaccess b/.htaccess new file mode 100755 index 0000000..a11e916 --- /dev/null +++ b/.htaccess @@ -0,0 +1,5 @@ +RewriteEngine On +RewriteCond %{HTTPS} !=on +RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L] + +Options -Indexes diff --git a/frontEnd/css/index.css b/css/index.css similarity index 100% rename from frontEnd/css/index.css rename to css/index.css diff --git a/frontEnd/css/menu.css b/css/menu.css similarity index 100% rename from frontEnd/css/menu.css rename to css/menu.css diff --git a/frontEnd/html/index.html b/index.html similarity index 100% rename from frontEnd/html/index.html rename to index.html