From 5871ab0717e922581ac6601f6a7ad0525d801330 Mon Sep 17 00:00:00 2001 From: sistav Date: Mon, 4 May 2026 00:01:15 -0400 Subject: [PATCH] updated --- .htaccess | 2 -- Dockerfile | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .htaccess diff --git a/.htaccess b/.htaccess deleted file mode 100644 index aed7638..0000000 --- a/.htaccess +++ /dev/null @@ -1,2 +0,0 @@ -Options -Indexes -ServerSignature Off \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index b46b6e2..6d25400 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,5 +7,6 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* COPY . /var/www/html RUN rm -f /var/www/html/index.html +RUN sed -i 's/AllowOverride None/AllowOverride All/g' /etc/apache2/apache2.conf EXPOSE 80 CMD ["apache2ctl", "-D", "FOREGROUND"] \ No newline at end of file